Html Css Color HEX #027213 Green

📋 copy color: '#027213'

red 2 ◦ green 114 ◦ blue 19

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

Shades of Green #027213

Tints of Green #027213

RGB

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

 GREEN value IS 114 (44.92% from 255) = 84.44%

 BLUE value IS 19 (7.81% from 255) = 14.07%

R = 1.48%
G = 84.44%
B = 14.07%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#027213 (or 0x027213) is known color: Green. HEX triplet: 02, 72 and 13. RGB value is (2,114,19). Sum of RGB (Red+Green+Blue) = 2+114+19=135 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.48% from 135); Green value is 114 (44.92% from 255 or 84.44% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 114 - color contains mainly: green. Hex color #027213 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027213 is #FD8DEC. Grayscale: #454545. Windows color (decimal): -16616941 or 1274370. OLE color: 1274370.

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

Color convert

RGB 2 114 19 -
CMYK 0.98 0 0.83 0.55
HSL 129.11º 0.97% 0.23% -
HSV(B) 129.11º 0.98% 0.45% -
XYZ 6.16 12.09 2.63 -
YUV 69.68 99.39 79.72 -
System Red Green Blue C M Y K H S L
Decimal 2 114 19 0.98 0 0.83 0.55 129.11 0.97 0.23
Hex 2 72 13 62 0 53 37 81 61 17
Octal 2 162 23 142 0 123 67 201 141 27
Binary 10 1110010 10011 1100010 0 1010011 110111 10000001 1100001 10111

Color Harmonies of #027213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027213

Black with #027213

Text Example


Text Example

White with #027213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027213; }

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

 H1.HeaderClassName
 {
   color: #027213;
 }
 .AnyTagClassName
 {
   color: #027213;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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