Html Css Color HEX #027516 Green

📋 copy color: '#027516'

red 2 ◦ green 117 ◦ blue 22

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

Shades of Green #027516

Tints of Green #027516

RGB

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

 GREEN value IS 117 (46.09% from 255) = 82.98%

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

R = 1.42%
G = 82.98%
B = 15.6%

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

#027516 (or 0x027516) is known color: Green. HEX triplet: 02, 75 and 16. RGB value is (2,117,22). Sum of RGB (Red+Green+Blue) = 2+117+22=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 117 (46.09% from 255 or 82.98% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 117 - color contains mainly: green. Hex color #027516 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #027516 is #FD8AE9. Grayscale: #484848. Windows color (decimal): -16616170 or 1471746. OLE color: 1471746.

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

Color convert

RGB 2 117 22 -
CMYK 0.98 0 0.81 0.54
HSL 130.43º 0.97% 0.23% -
HSV(B) 130.43º 0.98% 0.46% -
XYZ 6.53 12.79 2.88 -
YUV 71.79 99.9 78.22 -
System Red Green Blue C M Y K H S L
Decimal 2 117 22 0.98 0 0.81 0.54 130.43 0.97 0.23
Hex 2 75 16 62 0 51 36 82 61 17
Octal 2 165 26 142 0 121 66 202 141 27
Binary 10 1110101 10110 1100010 0 1010001 110110 10000010 1100001 10111

Color Harmonies of #027516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027516

Black with #027516

Text Example


Text Example

White with #027516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027516; }

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

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

background-color css

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

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

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

border-color css

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

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

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