#2B6F5C

Color #2B6F5C Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #2B6F5C

Tints of Eden #2B6F5C

Color information

#2B6F5C (or 0x2B6F5C) is unknown color: approx Eden. HEX triplet: 2B, 6F and 5C. RGB value is (43,111,92). Sum of RGB (Red+Green+Blue) = 43+111+92=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 111 (43.75% from 255 or 45.12% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 111 - color contains mainly: green. Hex color #2B6F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6F5C is #D490A3. Grayscale: #585858. Windows color (decimal): -13930660 or 6057771. OLE color: 6057771.

HSL color Cylindrical-coordinate representation of color #2B6F5C: hue angle of 163.24º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2B6F5C is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.

Color convert

RGB4311192-
CMYK0.6100.170.56
HSL163.24º44.16%30.2%-
HSV(B)163.24º61.26%43.53%-
XYZ8.6112.6612.11-
YUV88.5129.9795.54-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.48%
GREEN value IS 111 (43.75% from 255) = 45.12%
BLUE value IS 92 (36.33% from 255) = 37.40%
R=17.48%
G=45.12%
B=37.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal43111920.6100.170.56163.2444.1630.2
Hex2B6F5C3D01138a32c1e
Octal5315713475021702435436
Binary101011110111110111001111010100011110001010001110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B6F5C; }

 p { color: rgb(43,111,92); }

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

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

 a { background-color: rgb(43,111,92); }

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

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

 span { border-color: rgb(43,111,92); }

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