Html Css Color HEX #0D7119 Green

📋 copy color: '#0D7119'

red 13 ◦ green 113 ◦ blue 25

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

Shades of Green #0D7119

Tints of Green #0D7119

RGB

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

 GREEN value IS 113 (44.53% from 255) = 74.83%

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

R = 8.61%
G = 74.83%
B = 16.56%

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

#0D7119 (or 0x0D7119) is known color: Green. HEX triplet: 0D, 71 and 19. RGB value is (13,113,25). Sum of RGB (Red+Green+Blue) = 13+113+25=151 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.61% from 151); Green value is 113 (44.53% from 255 or 74.83% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 113 - color contains mainly: green. Hex color #0D7119 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7119 is #F28EE6. Grayscale: #494949. Windows color (decimal): -15896295 or 1667341. OLE color: 1667341.

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

Color convert

RGB 13 113 25 -
CMYK 0.88 0 0.78 0.56
HSL 127.2º 0.79% 0.25% -
HSV(B) 127.2º 0.88% 0.44% -
XYZ 6.25 11.97 2.9 -
YUV 73.07 100.87 85.16 -
System Red Green Blue C M Y K H S L
Decimal 13 113 25 0.88 0 0.78 0.56 127.2 0.79 0.25
Hex D 71 19 58 0 4E 38 7F 4F 19
Octal 15 161 31 130 0 116 70 177 117 31
Binary 1101 1110001 11001 1011000 0 1001110 111000 1111111 1001111 11001

Color Harmonies of #0D7119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7119

Black with #0D7119

Text Example


Text Example

White with #0D7119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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