Html Css Color HEX #0D7014 Green

📋 copy color: '#0D7014'

red 13 ◦ green 112 ◦ blue 20

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

Shades of Green #0D7014

Tints of Green #0D7014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 13.79%

R = 8.97%
G = 77.24%
B = 13.79%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#0D7014 (or 0x0D7014) is known color: Green. HEX triplet: 0D, 70 and 14. RGB value is (13,112,20). Sum of RGB (Red+Green+Blue) = 13+112+20=145 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.97% from 145); Green value is 112 (44.14% from 255 or 77.24% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 112 - color contains mainly: green. Hex color #0D7014 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7014 is #F28FEB. Grayscale: #484848. Windows color (decimal): -15896556 or 1339405. OLE color: 1339405.

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

Color convert

RGB 13 112 20 -
CMYK 0.88 0 0.82 0.56
HSL 124.24º 0.79% 0.25% -
HSV(B) 124.24º 0.88% 0.44% -
XYZ 6.09 11.72 2.6 -
YUV 71.91 98.7 85.98 -
System Red Green Blue C M Y K H S L
Decimal 13 112 20 0.88 0 0.82 0.56 124.24 0.79 0.25
Hex D 70 14 58 0 52 38 7C 4F 19
Octal 15 160 24 130 0 122 70 174 117 31
Binary 1101 1110000 10100 1011000 0 1010010 111000 1111100 1001111 11001

Color Harmonies of #0D7014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7014

Black with #0D7014

Text Example


Text Example

White with #0D7014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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