#027434

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

Shades of Dark Spring Green #027434

Tints of Dark Spring Green #027434

Color information

#027434 (or 0x027434) is unknown color: approx Dark Spring Green. HEX triplet: 02, 74 and 34. RGB value is (2,116,52). Sum of RGB (Red+Green+Blue) = 2+116+52=170 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.18% from 170); Green value is 116 (45.70% from 255 or 68.24% from 170); Blue value is 52 (20.70% from 255 or 30.59% from 170); Max value from RGB is 116 - color contains mainly: green. Hex color #027434 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027434 is #FD8BCB. Grayscale: #4A4A4A. Windows color (decimal): -16616396 or 3437570. OLE color: 3437570.

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

Color convert

RGB211652-
CMYK0.9800.550.55
HSL146.32º96.61%23.14%-
HSV(B)146.32º98.28%45.49%-
XYZ6.8912.755.35-
YUV74.62115.2376.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.18%
GREEN value IS 116 (45.70% from 255) = 68.24%
BLUE value IS 52 (20.70% from 255) = 30.59%
R=1.18%
G=68.24%
B=30.59%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2116520.9800.550.55146.3296.6123.14
Hex274346203737926117
Octal2164641420676722214127
Binary1011101001101001100010011011111011110010010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027434; }

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

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

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

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

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

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

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

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