Html Css Color HEX #027417 Green

📋 copy color: '#027417'

red 2 ◦ green 116 ◦ blue 23

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

Shades of Green #027417

Tints of Green #027417

RGB

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

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

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

R = 1.42%
G = 82.27%
B = 16.31%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.80

 K value IS 0.55

RGB Variations

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

Color information

#027417 (or 0x027417) is known color: Green. HEX triplet: 02, 74 and 17. RGB value is (2,116,23). Sum of RGB (Red+Green+Blue) = 2+116+23=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 116 (45.70% from 255 or 82.27% from 141); Blue value is 23 (9.38% from 255 or 16.31% from 141); Max value from RGB is 116 - color contains mainly: green. Hex color #027417 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027417 is #FD8BE8. Grayscale: #474747. Windows color (decimal): -16616425 or 1537026. OLE color: 1537026.

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

Color convert

RGB 2 116 23 -
CMYK 0.98 0 0.80 0.55
HSL 131.05º 0.97% 0.23% -
HSV(B) 131.05º 0.98% 0.45% -
XYZ 6.43 12.57 2.9 -
YUV 71.31 100.73 78.56 -
System Red Green Blue C M Y K H S L
Decimal 2 116 23 0.98 0 0.80 0.55 131.05 0.97 0.23
Hex 2 74 17 62 0 50 37 83 61 17
Octal 2 164 27 142 0 120 67 203 141 27
Binary 10 1110100 10111 1100010 0 1010000 110111 10000011 1100001 10111

Color Harmonies of #027417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027417

Black with #027417

Text Example


Text Example

White with #027417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027417; }

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

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

background-color css

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

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

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

border-color css

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

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

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