Html Css Color HEX #02710F Green

📋 copy color: '#02710F'

red 2 ◦ green 113 ◦ blue 15

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

Shades of Green #02710F

Tints of Green #02710F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.54%

R = 1.54%
G = 86.92%
B = 11.54%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.87

 K value IS 0.56

RGB Variations

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

Color information

#02710F (or 0x02710F) is known color: Green. HEX triplet: 02, 71 and 0F. RGB value is (2,113,15). Sum of RGB (Red+Green+Blue) = 2+113+15=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 113 (44.53% from 255 or 86.92% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 113 - color contains mainly: green. Hex color #02710F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02710F is #FD8EF0. Grayscale: #444444. Windows color (decimal): -16617201 or 1011970. OLE color: 1011970.

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

Color convert

RGB 2 113 15 -
CMYK 0.98 0 0.87 0.56
HSL 127.03º 0.97% 0.23% -
HSV(B) 127.03º 0.98% 0.44% -
XYZ 6.02 11.86 2.42 -
YUV 68.64 97.73 80.47 -
System Red Green Blue C M Y K H S L
Decimal 2 113 15 0.98 0 0.87 0.56 127.03 0.97 0.23
Hex 2 71 F 62 0 57 38 7F 61 17
Octal 2 161 17 142 0 127 70 177 141 27
Binary 10 1110001 1111 1100010 0 1010111 111000 1111111 1100001 10111

Color Harmonies of #02710F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02710F

Black with #02710F

Text Example


Text Example

White with #02710F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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