Html Css Color HEX #0D720D Green

📋 copy color: '#0D720D'

red 13 ◦ green 114 ◦ blue 13

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

Shades of Green #0D720D

Tints of Green #0D720D

RGB

 RED value IS 13 (5.47% from 255) = 9.29%

 GREEN value IS 114 (44.92% from 255) = 81.43%

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

R = 9.29%
G = 81.43%
B = 9.29%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#0D720D (or 0x0D720D) is known color: Green. HEX triplet: 0D, 72 and 0D. RGB value is (13,114,13). Sum of RGB (Red+Green+Blue) = 13+114+13=140 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.29% from 140); Green value is 114 (44.92% from 255 or 81.43% from 140); Blue value is 13 (5.47% from 255 or 9.29% from 140); Max value from RGB is 114 - color contains mainly: green. Hex color #0D720D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D720D is #F28DF2. Grayscale: #484848. Windows color (decimal): -15896051 or 881165. OLE color: 881165.

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

Color convert

RGB 13 114 13 -
CMYK 0.89 0 0.89 0.55
HSL 120º 0.8% 0.25% -
HSV(B) 120º 0.89% 0.45% -
XYZ 6.26 12.15 2.4 -
YUV 72.29 94.54 85.71 -
System Red Green Blue C M Y K H S L
Decimal 13 114 13 0.89 0 0.89 0.55 120 0.8 0.25
Hex D 72 D 59 0 59 37 78 50 19
Octal 15 162 15 131 0 131 67 170 120 31
Binary 1101 1110010 1101 1011001 0 1011001 110111 1111000 1010000 11001

Color Harmonies of #0D720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D720D

Black with #0D720D

Text Example


Text Example

White with #0D720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D720D; }

 p { color: rgb(13,114,13); }

 H1.HeaderClassName
 {
   color: #0D720D;
 }
 .AnyTagClassName
 {
   color: #0D720D;
 }
</style>

background-color css

<style>
 a { background-color: #0D720D; }

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

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

border-color css

<style>
 span { border-color: #0D720D; }

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

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