#027232

Color #027232 Fun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Green #027232

Tints of Fun Green #027232

Color information

#027232 (or 0x027232) is unknown color: approx Fun Green. HEX triplet: 02, 72 and 32. RGB value is (2,114,50). Sum of RGB (Red+Green+Blue) = 2+114+50=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 114 (44.92% from 255 or 68.67% from 166); Blue value is 50 (19.92% from 255 or 30.12% from 166); Max value from RGB is 114 - color contains mainly: green. Hex color #027232 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027232 is #FD8DCD. Grayscale: #494949. Windows color (decimal): -16616910 or 3305986. OLE color: 3305986.

HSL color Cylindrical-coordinate representation of color #027232: hue angle of 145.71º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027232 is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB211450-
CMYK0.9800.560.55
HSL145.71º96.55%22.75%-
HSV(B)145.71º98.25%44.71%-
XYZ6.6212.285.04-
YUV73.22114.8977.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.20%
GREEN value IS 114 (44.92% from 255) = 68.67%
BLUE value IS 50 (19.92% from 255) = 30.12%
R=1.20%
G=68.67%
B=30.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2114500.9800.560.55145.7196.5522.75
Hex272326203837926117
Octal2162621420706722214127
Binary1011100101100101100010011100011011110010010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027232; }

 p { color: rgb(2,114,50); }

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

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

 a { background-color: rgb(2,114,50); }

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

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

 span { border-color: rgb(2,114,50); }

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