#2B6962

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

Shades of Eden #2B6962

Tints of Eden #2B6962

Color information

#2B6962 (or 0x2B6962) is unknown color: approx Eden. HEX triplet: 2B, 69 and 62. RGB value is (43,105,98). Sum of RGB (Red+Green+Blue) = 43+105+98=246 (32% of max value = 765). Red value is 43 (17.19% from 255 or 17.48% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 105 - color contains mainly: green. Hex color #2B6962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2B6962 is #D4969D. Grayscale: #555555. Windows color (decimal): -13932190 or 6449451. OLE color: 6449451.

HSL color Cylindrical-coordinate representation of color #2B6962: hue angle of 173.23º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2B6962 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB4310598-
CMYK0.5900.070.59
HSL173.23º41.89%29.02%-
HSV(B)173.23º59.05%41.18%-
XYZ8.2511.513.34-
YUV85.66134.9697.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 17.48%
GREEN value IS 105 (41.41% from 255) = 42.68%
BLUE value IS 98 (38.67% from 255) = 39.84%
R=17.48%
G=42.68%
B=39.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal43105980.5900.070.59173.2341.8929.02
Hex2B69623B073Bad2a1d
Octal531511427307732555235
Binary1010111101001110001011101101111110111010110110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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