Html Css Color HEX #0D7319 Green

📋 copy color: '#0D7319'

red 13 ◦ green 115 ◦ blue 25

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

Shades of Green #0D7319

Tints of Green #0D7319

RGB

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

 GREEN value IS 115 (45.31% from 255) = 75.16%

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

R = 8.5%
G = 75.16%
B = 16.34%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.78

 K value IS 0.55

RGB Variations

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

Color information

#0D7319 (or 0x0D7319) is known color: Green. HEX triplet: 0D, 73 and 19. RGB value is (13,115,25). Sum of RGB (Red+Green+Blue) = 13+115+25=153 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.50% from 153); Green value is 115 (45.31% from 255 or 75.16% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 115 - color contains mainly: green. Hex color #0D7319 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7319 is #F28CE6. Grayscale: #4A4A4A. Windows color (decimal): -15895783 or 1667853. OLE color: 1667853.

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

Color convert

RGB 13 115 25 -
CMYK 0.89 0 0.78 0.55
HSL 127.06º 0.8% 0.25% -
HSV(B) 127.06º 0.89% 0.45% -
XYZ 6.47 12.42 2.98 -
YUV 74.24 100.21 84.32 -
System Red Green Blue C M Y K H S L
Decimal 13 115 25 0.89 0 0.78 0.55 127.06 0.8 0.25
Hex D 73 19 59 0 4E 37 7F 50 19
Octal 15 163 31 131 0 116 67 177 120 31
Binary 1101 1110011 11001 1011001 0 1001110 110111 1111111 1010000 11001

Color Harmonies of #0D7319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7319

Black with #0D7319

Text Example


Text Example

White with #0D7319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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