#2B9C65

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

Shades of Eucalyptus #2B9C65

Tints of Eucalyptus #2B9C65

Color information

#2B9C65 (or 0x2B9C65) is unknown color: approx Eucalyptus. HEX triplet: 2B, 9C and 65. RGB value is (43,156,101). Sum of RGB (Red+Green+Blue) = 43+156+101=300 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.33% from 300); Green value is 156 (61.33% from 255 or 52% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 156 - color contains mainly: green. Hex color #2B9C65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9C65 is #D4639A. Grayscale: #747474. Windows color (decimal): -13919131 or 6659115. OLE color: 6659115.

HSL color Cylindrical-coordinate representation of color #2B9C65: hue angle of 150.8º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9C65 is Cyan = 0.72, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB43156101-
CMYK0.7200.350.39
HSL150.8º56.78%39.02%-
HSV(B)150.8º72.44%61.18%-
XYZ15.2325.2316.38-
YUV115.94119.5675.97-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.33%
GREEN value IS 156 (61.33% from 255) = 52%
BLUE value IS 101 (39.84% from 255) = 33.67%
R=14.33%
G=52%
B=33.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal431561010.7200.350.39150.856.7839.02
Hex2B9C654802327973927
Octal53234145110043472277147
Binary1010111001110011001011001000010001110011110010111111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,156,101); }

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

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

 a { background-color: rgb(43,156,101); }

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

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

 span { border-color: rgb(43,156,101); }

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