Html Css Color HEX #02700D Green

📋 copy color: '#02700D'

red 2 ◦ green 112 ◦ blue 13

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

Shades of Green #02700D

Tints of Green #02700D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 88.19%

 BLUE value IS 13 (5.47% from 255) = 10.24%

R = 1.57%
G = 88.19%
B = 10.24%

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

#02700D (or 0x02700D) is known color: Green. HEX triplet: 02, 70 and 0D. RGB value is (2,112,13). Sum of RGB (Red+Green+Blue) = 2+112+13=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 112 (44.14% from 255 or 88.19% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 112 - color contains mainly: green. Hex color #02700D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02700D is #FD8FF2. Grayscale: #444444. Windows color (decimal): -16617459 or 880642. OLE color: 880642.

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

Color convert

RGB 2 112 13 -
CMYK 0.98 0 0.88 0.56
HSL 126º 0.96% 0.22% -
HSV(B) 126º 0.98% 0.44% -
XYZ 5.89 11.63 2.32 -
YUV 67.82 97.06 81.05 -
System Red Green Blue C M Y K H S L
Decimal 2 112 13 0.98 0 0.88 0.56 126 0.96 0.22
Hex 2 70 D 62 0 58 38 7E 60 16
Octal 2 160 15 142 0 130 70 176 140 26
Binary 10 1110000 1101 1100010 0 1011000 111000 1111110 1100000 10110

Color Harmonies of #02700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02700D

Black with #02700D

Text Example


Text Example

White with #02700D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02700D; }

 p { color: rgb(2,112,13); }

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

background-color css

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

 a { background-color: rgb(2,112,13); }

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

border-color css

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

 span { border-color: rgb(2,112,13); }

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