#275941

Color #275941 Green Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Pea #275941

Tints of Green Pea #275941

Color information

#275941 (or 0x275941) is unknown color: approx Green Pea. HEX triplet: 27, 59 and 41. RGB value is (39,89,65). Sum of RGB (Red+Green+Blue) = 39+89+65=193 (25% of max value = 765). Red value is 39 (15.62% from 255 or 20.21% from 193); Green value is 89 (35.16% from 255 or 46.11% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 89 - color contains mainly: green. Hex color #275941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #275941 is #D8A6BE. Grayscale: #474747. Windows color (decimal): -14198463 or 4282663. OLE color: 4282663.

HSL color Cylindrical-coordinate representation of color #275941: hue angle of 151.2º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #275941 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB398965-
CMYK0.5600.270.65
HSL151.2º39.06%25.1%-
HSV(B)151.2º56.18%34.9%-
XYZ5.367.966.25-
YUV71.31124.44104.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 20.21%
GREEN value IS 89 (35.16% from 255) = 46.11%
BLUE value IS 65 (25.78% from 255) = 33.68%
R=20.21%
G=46.11%
B=33.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3989650.5600.270.65151.239.0625.1
Hex2759413801B41972719
Octal47131101700331012274731
Binary1001111011001100000111100001101110000011001011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #275941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #275941; }

 p { color: rgb(39,89,65); }

 H1.HeaderClassName
 {
   color: #275941;
 }
 .AnyTagClassName
 {
   color: #275941;
 }
</style>
background-color css

<style>
 a { background-color: #275941; }

 a { background-color: rgb(39,89,65); }

 div.DivClassName
 {
   background-color: #275941;
 }
 .BgClassName
 {
   background-color: #275941;
 }
</style>
border-color css

<style>
 span { border-color: #275941; }

 span { border-color: rgb(39,89,65); }

 td.TdClassName
 {
   border-color: #275941;
 }
 .TagClassName
 {
   border-color: #275941;
 }
</style>