Html Css Color HEX #0D7013 Green

📋 copy color: '#0D7013'

red 13 ◦ green 112 ◦ blue 19

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

Shades of Green #0D7013

Tints of Green #0D7013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 13.19%

R = 9.03%
G = 77.78%
B = 13.19%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.83

 K value IS 0.56

RGB Variations

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

Color information

#0D7013 (or 0x0D7013) is known color: Green. HEX triplet: 0D, 70 and 13. RGB value is (13,112,19). Sum of RGB (Red+Green+Blue) = 13+112+19=144 (19% of max value = 765). Red value is 13 (5.47% from 255 or 9.03% from 144); Green value is 112 (44.14% from 255 or 77.78% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 112 - color contains mainly: green. Hex color #0D7013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7013 is #F28FEC. Grayscale: #484848. Windows color (decimal): -15896557 or 1273869. OLE color: 1273869.

HSL color Cylindrical-coordinate representation of color #0D7013: hue angle of 123.64º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D7013 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB 13 112 19 -
CMYK 0.88 0 0.83 0.56
HSL 123.64º 0.79% 0.25% -
HSV(B) 123.64º 0.88% 0.44% -
XYZ 6.08 11.72 2.56 -
YUV 71.8 98.2 86.06 -
System Red Green Blue C M Y K H S L
Decimal 13 112 19 0.88 0 0.83 0.56 123.64 0.79 0.25
Hex D 70 13 58 0 53 38 7C 4F 19
Octal 15 160 23 130 0 123 70 174 117 31
Binary 1101 1110000 10011 1011000 0 1010011 111000 1111100 1001111 11001

Color Harmonies of #0D7013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7013

Black with #0D7013

Text Example


Text Example

White with #0D7013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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