Html Css Color HEX #027434 Dark Spring Green

📋 copy color: '#027434'

red 2 ◦ green 116 ◦ blue 52

#027434
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #027434

Tints of Dark Spring Green #027434

RGB

 RED value IS 2 (1.17% from 255) = 1.18%

 GREEN value IS 116 (45.7% from 255) = 68.24%

 BLUE value IS 52 (20.7% from 255) = 30.59%

R = 1.18%
G = 68.24%
B = 30.59%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.55

 K value IS 0.55

RGB Variations

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

Color information

#027434 (or 0x027434) is known color: 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

RGB 2 116 52 -
CMYK 0.98 0 0.55 0.55
HSL 146.32º 0.97% 0.23% -
HSV(B) 146.32º 0.98% 0.45% -
XYZ 6.89 12.75 5.35 -
YUV 74.62 115.23 76.2 -
System Red Green Blue C M Y K H S L
Decimal 2 116 52 0.98 0 0.55 0.55 146.32 0.97 0.23
Hex 2 74 34 62 0 37 37 92 61 17
Octal 2 164 64 142 0 67 67 222 141 27
Binary 10 1110100 110100 1100010 0 110111 110111 10010010 1100001 10111

Color Harmonies of #027434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027434

Black with #027434

Text Example


Text Example

White with #027434

Text Example


Text Example

HTML Codes & Css Web 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>