Html Css Color HEX #0D7019 Green

📋 copy color: '#0D7019'

red 13 ◦ green 112 ◦ blue 25

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

Shades of Green #0D7019

Tints of Green #0D7019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 16.67%

R = 8.67%
G = 74.67%
B = 16.67%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.78

 K value IS 0.56

RGB Variations

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

Color information

#0D7019 (or 0x0D7019) is known color: Green. HEX triplet: 0D, 70 and 19. RGB value is (13,112,25). Sum of RGB (Red+Green+Blue) = 13+112+25=150 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.67% from 150); Green value is 112 (44.14% from 255 or 74.67% from 150); Blue value is 25 (10.16% from 255 or 16.67% from 150); Max value from RGB is 112 - color contains mainly: green. Hex color #0D7019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7019 is #F28FE6. Grayscale: #484848. Windows color (decimal): -15896551 or 1667085. OLE color: 1667085.

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

Color convert

RGB 13 112 25 -
CMYK 0.88 0 0.78 0.56
HSL 127.27º 0.79% 0.25% -
HSV(B) 127.27º 0.88% 0.44% -
XYZ 6.14 11.74 2.86 -
YUV 72.48 101.2 85.57 -
System Red Green Blue C M Y K H S L
Decimal 13 112 25 0.88 0 0.78 0.56 127.27 0.79 0.25
Hex D 70 19 58 0 4E 38 7F 4F 19
Octal 15 160 31 130 0 116 70 177 117 31
Binary 1101 1110000 11001 1011000 0 1001110 111000 1111111 1001111 11001

Color Harmonies of #0D7019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7019

Black with #0D7019

Text Example


Text Example

White with #0D7019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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