Html Css Color HEX #02740D Green

📋 copy color: '#02740D'

red 2 ◦ green 116 ◦ blue 13

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

Shades of Green #02740D

Tints of Green #02740D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 88.55%

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

R = 1.53%
G = 88.55%
B = 9.92%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#02740D (or 0x02740D) is known color: Green. HEX triplet: 02, 74 and 0D. RGB value is (2,116,13). Sum of RGB (Red+Green+Blue) = 2+116+13=131 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.53% from 131); Green value is 116 (45.70% from 255 or 88.55% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 116 - color contains mainly: green. Hex color #02740D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #02740D is #FD8BF2. Grayscale: #464646. Windows color (decimal): -16616435 or 881666. OLE color: 881666.

HSL color Cylindrical-coordinate representation of color #02740D: hue angle of 125.79º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02740D is Cyan = 0.98, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 116 13 -
CMYK 0.98 0 0.89 0.55
HSL 125.79º 0.97% 0.23% -
HSV(B) 125.79º 0.98% 0.45% -
XYZ 6.34 12.53 2.47 -
YUV 70.17 95.73 79.38 -
System Red Green Blue C M Y K H S L
Decimal 2 116 13 0.98 0 0.89 0.55 125.79 0.97 0.23
Hex 2 74 D 62 0 59 37 7E 61 17
Octal 2 164 15 142 0 131 67 176 141 27
Binary 10 1110100 1101 1100010 0 1011001 110111 1111110 1100001 10111

Color Harmonies of #02740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02740D

Black with #02740D

Text Example


Text Example

White with #02740D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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