Html Css Color HEX #02710E Green

📋 copy color: '#02710E'

red 2 ◦ green 113 ◦ blue 14

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

Shades of Green #02710E

Tints of Green #02710E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 87.6%

 BLUE value IS 14 (5.86% from 255) = 10.85%

R = 1.55%
G = 87.6%
B = 10.85%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.88

 K value IS 0.56

RGB Variations

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

Color information

#02710E (or 0x02710E) is known color: Green. HEX triplet: 02, 71 and 0E. RGB value is (2,113,14). Sum of RGB (Red+Green+Blue) = 2+113+14=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 113 (44.53% from 255 or 87.60% from 129); Blue value is 14 (5.86% from 255 or 10.85% from 129); Max value from RGB is 113 - color contains mainly: green. Hex color #02710E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02710E is #FD8EF1. Grayscale: #444444. Windows color (decimal): -16617202 or 946434. OLE color: 946434.

HSL color Cylindrical-coordinate representation of color #02710E: hue angle of 126.49º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02710E is Cyan = 0.98, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 113 14 -
CMYK 0.98 0 0.88 0.56
HSL 126.49º 0.97% 0.23% -
HSV(B) 126.49º 0.98% 0.44% -
XYZ 6.01 11.85 2.39 -
YUV 68.53 97.23 80.55 -
System Red Green Blue C M Y K H S L
Decimal 2 113 14 0.98 0 0.88 0.56 126.49 0.97 0.23
Hex 2 71 E 62 0 58 38 7E 61 17
Octal 2 161 16 142 0 130 70 176 141 27
Binary 10 1110001 1110 1100010 0 1011000 111000 1111110 1100001 10111

Color Harmonies of #02710E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02710E

Black with #02710E

Text Example


Text Example

White with #02710E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02710E; }

 p { color: rgb(2,113,14); }

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

background-color css

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

 a { background-color: rgb(2,113,14); }

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

border-color css

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

 span { border-color: rgb(2,113,14); }

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