#2B9867

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

Shades of Eucalyptus #2B9867

Tints of Eucalyptus #2B9867

Color information

#2B9867 (or 0x2B9867) is unknown color: approx Eucalyptus. HEX triplet: 2B, 98 and 67. RGB value is (43,152,103). Sum of RGB (Red+Green+Blue) = 43+152+103=298 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.43% from 298); Green value is 152 (59.77% from 255 or 51.01% from 298); Blue value is 103 (40.62% from 255 or 34.56% from 298); Max value from RGB is 152 - color contains mainly: green. Hex color #2B9867 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9867 is #D46798. Grayscale: #717171. Windows color (decimal): -13920153 or 6789163. OLE color: 6789163.

HSL color Cylindrical-coordinate representation of color #2B9867: hue angle of 153.03º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9867 is Cyan = 0.72, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB43152103-
CMYK0.7200.320.40
HSL153.03º55.9%38.24%-
HSV(B)153.03º71.71%59.61%-
XYZ14.6723.9516.68-
YUV113.82121.8977.48-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.43%
GREEN value IS 152 (59.77% from 255) = 51.01%
BLUE value IS 103 (40.62% from 255) = 34.56%
R=14.43%
G=51.01%
B=34.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal431521030.7200.320.40153.0355.938.24
Hex2B98674802028993826
Octal53230147110040502317046
Binary1010111001100011001111001000010000010100010011001111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,152,103); }

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

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

 a { background-color: rgb(43,152,103); }

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

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

 span { border-color: rgb(43,152,103); }

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