Html Css Color HEX #027117 Green

📋 copy color: '#027117'

red 2 ◦ green 113 ◦ blue 23

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

Shades of Green #027117

Tints of Green #027117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 16.67%

R = 1.45%
G = 81.88%
B = 16.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#027117 (or 0x027117) is known color: Green. HEX triplet: 02, 71 and 17. RGB value is (2,113,23). Sum of RGB (Red+Green+Blue) = 2+113+23=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 113 (44.53% from 255 or 81.88% from 138); Blue value is 23 (9.38% from 255 or 16.67% from 138); Max value from RGB is 113 - color contains mainly: green. Hex color #027117 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027117 is #FD8EE8. Grayscale: #454545. Windows color (decimal): -16617193 or 1536258. OLE color: 1536258.

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

Color convert

RGB 2 113 23 -
CMYK 0.98 0 0.80 0.56
HSL 131.35º 0.97% 0.23% -
HSV(B) 131.35º 0.98% 0.44% -
XYZ 6.08 11.89 2.78 -
YUV 69.55 101.73 79.82 -
System Red Green Blue C M Y K H S L
Decimal 2 113 23 0.98 0 0.80 0.56 131.35 0.97 0.23
Hex 2 71 17 62 0 50 38 83 61 17
Octal 2 161 27 142 0 120 70 203 141 27
Binary 10 1110001 10111 1100010 0 1010000 111000 10000011 1100001 10111

Color Harmonies of #027117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027117

Black with #027117

Text Example


Text Example

White with #027117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027117; }

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

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

background-color css

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

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

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

border-color css

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

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

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