Html Css Color HEX #027317 Green

📋 copy color: '#027317'

red 2 ◦ green 115 ◦ blue 23

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

Shades of Green #027317

Tints of Green #027317

RGB

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

 GREEN value IS 115 (45.31% from 255) = 82.14%

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

R = 1.43%
G = 82.14%
B = 16.43%

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

#027317 (or 0x027317) is known color: Green. HEX triplet: 02, 73 and 17. RGB value is (2,115,23). Sum of RGB (Red+Green+Blue) = 2+115+23=140 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.43% from 140); Green value is 115 (45.31% from 255 or 82.14% from 140); Blue value is 23 (9.38% from 255 or 16.43% from 140); Max value from RGB is 115 - color contains mainly: green. Hex color #027317 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027317 is #FD8CE8. Grayscale: #464646. Windows color (decimal): -16616681 or 1536770. OLE color: 1536770.

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

Color convert

RGB 2 115 23 -
CMYK 0.98 0 0.80 0.55
HSL 131.15º 0.97% 0.23% -
HSV(B) 131.15º 0.98% 0.45% -
XYZ 6.31 12.34 2.86 -
YUV 70.73 101.06 78.98 -
System Red Green Blue C M Y K H S L
Decimal 2 115 23 0.98 0 0.80 0.55 131.15 0.97 0.23
Hex 2 73 17 62 0 50 37 83 61 17
Octal 2 163 27 142 0 120 67 203 141 27
Binary 10 1110011 10111 1100010 0 1010000 110111 10000011 1100001 10111

Color Harmonies of #027317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027317

Black with #027317

Text Example


Text Example

White with #027317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027317; }

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

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

background-color css

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

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

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

border-color css

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

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

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