#33A270

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

Shades of Eucalyptus #33A270

Tints of Eucalyptus #33A270

Color information

#33A270 (or 0x33A270) is unknown color: approx Eucalyptus. HEX triplet: 33, A2 and 70. RGB value is (51,162,112). Sum of RGB (Red+Green+Blue) = 51+162+112=325 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.69% from 325); Green value is 162 (63.67% from 255 or 49.85% from 325); Blue value is 112 (44.14% from 255 or 34.46% from 325); Max value from RGB is 162 - color contains mainly: green. Hex color #33A270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A270 is #CC5D8F. Grayscale: #7B7B7B. Windows color (decimal): -13393296 or 7381555. OLE color: 7381555.

HSL color Cylindrical-coordinate representation of color #33A270: hue angle of 152.97º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33A270 is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB51162112-
CMYK0.6900.310.36
HSL152.97º52.11%41.76%-
HSV(B)152.97º68.52%63.53%-
XYZ17.2127.7119.77-
YUV123.11121.7376.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.69%
GREEN value IS 162 (63.67% from 255) = 49.85%
BLUE value IS 112 (44.14% from 255) = 34.46%
R=15.69%
G=49.85%
B=34.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal511621120.6900.310.36152.9752.1141.76
Hex33A2704501F2499342a
Octal63242160105037442316452
Binary110011101000101110000100010101111110010010011001110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33A270; }

 p { color: rgb(51,162,112); }

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

<style>
 a { background-color: #33A270; }

 a { background-color: rgb(51,162,112); }

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

<style>
 span { border-color: #33A270; }

 span { border-color: rgb(51,162,112); }

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