Html Css Color HEX #027616 Green

📋 copy color: '#027616'

red 2 ◦ green 118 ◦ blue 22

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

Shades of Green #027616

Tints of Green #027616

RGB

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

 GREEN value IS 118 (46.48% from 255) = 83.1%

 BLUE value IS 22 (8.98% from 255) = 15.49%

R = 1.41%
G = 83.1%
B = 15.49%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.81

 K value IS 0.54

RGB Variations

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

Color information

#027616 (or 0x027616) is known color: Green. HEX triplet: 02, 76 and 16. RGB value is (2,118,22). Sum of RGB (Red+Green+Blue) = 2+118+22=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 118 (46.48% from 255 or 83.10% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 118 - color contains mainly: green. Hex color #027616 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027616 is #FD89E9. Grayscale: #484848. Windows color (decimal): -16615914 or 1472002. OLE color: 1472002.

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

Color convert

RGB 2 118 22 -
CMYK 0.98 0 0.81 0.54
HSL 130.34º 0.97% 0.24% -
HSV(B) 130.34º 0.98% 0.46% -
XYZ 6.65 13.03 2.92 -
YUV 72.37 99.57 77.81 -
System Red Green Blue C M Y K H S L
Decimal 2 118 22 0.98 0 0.81 0.54 130.34 0.97 0.24
Hex 2 76 16 62 0 51 36 82 61 18
Octal 2 166 26 142 0 121 66 202 141 30
Binary 10 1110110 10110 1100010 0 1010001 110110 10000010 1100001 11000

Color Harmonies of #027616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027616

Black with #027616

Text Example


Text Example

White with #027616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027616; }

 p { color: rgb(2,118,22); }

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

background-color css

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

 a { background-color: rgb(2,118,22); }

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

border-color css

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

 span { border-color: rgb(2,118,22); }

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