Html Css Color HEX #0D7010 Green

📋 copy color: '#0D7010'

red 13 ◦ green 112 ◦ blue 16

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

Shades of Green #0D7010

Tints of Green #0D7010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.35%

R = 9.22%
G = 79.43%
B = 11.35%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#0D7010 (or 0x0D7010) is known color: Green. HEX triplet: 0D, 70 and 10. RGB value is (13,112,16). Sum of RGB (Red+Green+Blue) = 13+112+16=141 (18% of max value = 765). Red value is 13 (5.47% from 255 or 9.22% from 141); Green value is 112 (44.14% from 255 or 79.43% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 112 - color contains mainly: green. Hex color #0D7010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7010 is #F28FEF. Grayscale: #474747. Windows color (decimal): -15896560 or 1077261. OLE color: 1077261.

HSL color Cylindrical-coordinate representation of color #0D7010: hue angle of 121.82º 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 #0D7010 is Cyan = 0.88, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 13 112 16 -
CMYK 0.88 0 0.86 0.56
HSL 121.82º 0.79% 0.25% -
HSV(B) 121.82º 0.88% 0.44% -
XYZ 6.05 11.71 2.43 -
YUV 71.46 96.7 86.31 -
System Red Green Blue C M Y K H S L
Decimal 13 112 16 0.88 0 0.86 0.56 121.82 0.79 0.25
Hex D 70 10 58 0 56 38 7A 4F 19
Octal 15 160 20 130 0 126 70 172 117 31
Binary 1101 1110000 10000 1011000 0 1010110 111000 1111010 1001111 11001

Color Harmonies of #0D7010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7010

Black with #0D7010

Text Example


Text Example

White with #0D7010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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