#2B6258

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

Shades of Eden #2B6258

Tints of Eden #2B6258

Color information

#2B6258 (or 0x2B6258) is unknown color: approx Eden. HEX triplet: 2B, 62 and 58. RGB value is (43,98,88). Sum of RGB (Red+Green+Blue) = 43+98+88=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 98 (38.67% from 255 or 42.79% from 229); Blue value is 88 (34.77% from 255 or 38.43% from 229); Max value from RGB is 98 - color contains mainly: green. Hex color #2B6258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6258 is #D49DA7. Grayscale: #505050. Windows color (decimal): -13933992 or 5792299. OLE color: 5792299.

HSL color Cylindrical-coordinate representation of color #2B6258: hue angle of 169.09º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2B6258 is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB439888-
CMYK0.5600.100.62
HSL169.09º39.01%27.65%-
HSV(B)169.09º56.12%38.43%-
XYZ7.139.9510.78-
YUV80.41132.28101.31-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.78%
GREEN value IS 98 (38.67% from 255) = 42.79%
BLUE value IS 88 (34.77% from 255) = 38.43%
R=18.78%
G=42.79%
B=38.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4398880.5600.100.62169.0939.0127.65
Hex2B6258380A3Ea9271c
Octal5314213070012762514734
Binary10101111000101011000111000010101111101010100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,98,88); }

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

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

 a { background-color: rgb(43,98,88); }

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

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

 span { border-color: rgb(43,98,88); }

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