#2B9E62

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

Shades of Eucalyptus #2B9E62

Tints of Eucalyptus #2B9E62

Color information

#2B9E62 (or 0x2B9E62) is unknown color: approx Eucalyptus. HEX triplet: 2B, 9E and 62. RGB value is (43,158,98). Sum of RGB (Red+Green+Blue) = 43+158+98=299 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.38% from 299); Green value is 158 (62.11% from 255 or 52.84% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 158 - color contains mainly: green. Hex color #2B9E62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9E62 is #D4619D. Grayscale: #747474. Windows color (decimal): -13918622 or 6463019. OLE color: 6463019.

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

Color convert

RGB4315898-
CMYK0.7300.380.38
HSL148.7º57.21%39.41%-
HSV(B)148.7º72.78%61.96%-
XYZ15.4325.8515.73-
YUV116.78117.475.38-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 14.38%
GREEN value IS 158 (62.11% from 255) = 52.84%
BLUE value IS 98 (38.67% from 255) = 32.78%
R=14.38%
G=52.84%
B=32.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal43158980.7300.380.38148.757.2139.41
Hex2B9E624902626953927
Octal53236142111046462257147
Binary1010111001111011000101001001010011010011010010101111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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