Html Css Color HEX #027119 Green

📋 copy color: '#027119'

red 2 ◦ green 113 ◦ blue 25

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

Shades of Green #027119

Tints of Green #027119

RGB

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

 GREEN value IS 113 (44.53% from 255) = 80.71%

 BLUE value IS 25 (10.16% from 255) = 17.86%

R = 1.43%
G = 80.71%
B = 17.86%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#027119 (or 0x027119) is known color: Green. HEX triplet: 02, 71 and 19. RGB value is (2,113,25). Sum of RGB (Red+Green+Blue) = 2+113+25=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 113 (44.53% from 255 or 80.71% from 140); Blue value is 25 (10.16% from 255 or 17.86% from 140); Max value from RGB is 113 - color contains mainly: green. Hex color #027119 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027119 is #FD8EE6. Grayscale: #464646. Windows color (decimal): -16617191 or 1667330. OLE color: 1667330.

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

Color convert

RGB 2 113 25 -
CMYK 0.98 0 0.78 0.56
HSL 132.43º 0.97% 0.23% -
HSV(B) 132.43º 0.98% 0.44% -
XYZ 6.11 11.89 2.89 -
YUV 69.78 102.73 79.66 -
System Red Green Blue C M Y K H S L
Decimal 2 113 25 0.98 0 0.78 0.56 132.43 0.97 0.23
Hex 2 71 19 62 0 4E 38 84 61 17
Octal 2 161 31 142 0 116 70 204 141 27
Binary 10 1110001 11001 1100010 0 1001110 111000 10000100 1100001 10111

Color Harmonies of #027119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027119

Black with #027119

Text Example


Text Example

White with #027119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027119; }

 p { color: rgb(2,113,25); }

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

background-color css

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

 a { background-color: rgb(2,113,25); }

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

border-color css

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

 span { border-color: rgb(2,113,25); }

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