Html Css Color HEX #027718 Green

📋 copy color: '#027718'

red 2 ◦ green 119 ◦ blue 24

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

Shades of Green #027718

Tints of Green #027718

RGB

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

 GREEN value IS 119 (46.88% from 255) = 82.07%

 BLUE value IS 24 (9.77% from 255) = 16.55%

R = 1.38%
G = 82.07%
B = 16.55%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.80

 K value IS 0.53

RGB Variations

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

Color information

#027718 (or 0x027718) is known color: Green. HEX triplet: 02, 77 and 18. RGB value is (2,119,24). Sum of RGB (Red+Green+Blue) = 2+119+24=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 119 (46.88% from 255 or 82.07% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 119 - color contains mainly: green. Hex color #027718 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027718 is #FD88E7. Grayscale: #494949. Windows color (decimal): -16615656 or 1603330. OLE color: 1603330.

HSL color Cylindrical-coordinate representation of color #027718: hue angle of 131.28º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027718 is Cyan = 0.98, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 119 24 -
CMYK 0.98 0 0.80 0.53
HSL 131.28º 0.97% 0.24% -
HSV(B) 131.28º 0.98% 0.47% -
XYZ 6.79 13.27 3.07 -
YUV 73.19 100.24 77.22 -
System Red Green Blue C M Y K H S L
Decimal 2 119 24 0.98 0 0.80 0.53 131.28 0.97 0.24
Hex 2 77 18 62 0 50 35 83 61 18
Octal 2 167 30 142 0 120 65 203 141 30
Binary 10 1110111 11000 1100010 0 1010000 110101 10000011 1100001 11000

Color Harmonies of #027718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027718

Black with #027718

Text Example


Text Example

White with #027718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027718; }

 p { color: rgb(2,119,24); }

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

background-color css

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

 a { background-color: rgb(2,119,24); }

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

border-color css

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

 span { border-color: rgb(2,119,24); }

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