#027430

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

Shades of Fun Green #027430

Tints of Fun Green #027430

Color information

#027430 (or 0x027430) is unknown color: approx Fun Green. HEX triplet: 02, 74 and 30. RGB value is (2,116,48). Sum of RGB (Red+Green+Blue) = 2+116+48=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 116 (45.70% from 255 or 69.88% from 166); Blue value is 48 (19.14% from 255 or 28.92% from 166); Max value from RGB is 116 - color contains mainly: green. Hex color #027430 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027430 is #FD8BCF. Grayscale: #4A4A4A. Windows color (decimal): -16616400 or 3175426. OLE color: 3175426.

HSL color Cylindrical-coordinate representation of color #027430: hue angle of 144.21º 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 #027430 is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.

Color convert

RGB211648-
CMYK0.9800.590.55
HSL144.21º96.61%23.14%-
HSV(B)144.21º98.28%45.49%-
XYZ6.812.724.89-
YUV74.16113.2376.53-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.20%
GREEN value IS 116 (45.70% from 255) = 69.88%
BLUE value IS 48 (19.14% from 255) = 28.92%
R=1.20%
G=69.88%
B=28.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2116480.9800.590.55144.2196.6123.14
Hex274306203B37906117
Octal2164601420736722014127
Binary1011101001100001100010011101111011110010000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027430; }

 p { color: rgb(2,116,48); }

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

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

 a { background-color: rgb(2,116,48); }

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

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

 span { border-color: rgb(2,116,48); }

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