Html Css Color HEX #02710C Green

📋 copy color: '#02710C'

red 2 ◦ green 113 ◦ blue 12

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

Shades of Green #02710C

Tints of Green #02710C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.45%

R = 1.57%
G = 88.98%
B = 9.45%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#02710C (or 0x02710C) is known color: Green. HEX triplet: 02, 71 and 0C. RGB value is (2,113,12). Sum of RGB (Red+Green+Blue) = 2+113+12=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 113 (44.53% from 255 or 88.98% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 113 - color contains mainly: green. Hex color #02710C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02710C is #FD8EF3. Grayscale: #444444. Windows color (decimal): -16617204 or 815362. OLE color: 815362.

HSL color Cylindrical-coordinate representation of color #02710C: hue angle of 125.41º 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 #02710C is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 113 12 -
CMYK 0.98 0 0.89 0.56
HSL 125.41º 0.97% 0.23% -
HSV(B) 125.41º 0.98% 0.44% -
XYZ 6 11.85 2.32 -
YUV 68.3 96.23 80.71 -
System Red Green Blue C M Y K H S L
Decimal 2 113 12 0.98 0 0.89 0.56 125.41 0.97 0.23
Hex 2 71 C 62 0 59 38 7D 61 17
Octal 2 161 14 142 0 131 70 175 141 27
Binary 10 1110001 1100 1100010 0 1011001 111000 1111101 1100001 10111

Color Harmonies of #02710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02710C

Black with #02710C

Text Example


Text Example

White with #02710C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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