Html Css Color HEX #0D7418 Green

📋 copy color: '#0D7418'

red 13 ◦ green 116 ◦ blue 24

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

Shades of Green #0D7418

Tints of Green #0D7418

RGB

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

 GREEN value IS 116 (45.7% from 255) = 75.82%

 BLUE value IS 24 (9.77% from 255) = 15.69%

R = 8.5%
G = 75.82%
B = 15.69%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#0D7418 (or 0x0D7418) is known color: Green. HEX triplet: 0D, 74 and 18. RGB value is (13,116,24). Sum of RGB (Red+Green+Blue) = 13+116+24=153 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.50% from 153); Green value is 116 (45.70% from 255 or 75.82% from 153); Blue value is 24 (9.77% from 255 or 15.69% from 153); Max value from RGB is 116 - color contains mainly: green. Hex color #0D7418 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7418 is #F28BE7. Grayscale: #4A4A4A. Windows color (decimal): -15895528 or 1602573. OLE color: 1602573.

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

Color convert

RGB 13 116 24 -
CMYK 0.89 0 0.79 0.55
HSL 126.41º 0.8% 0.25% -
HSV(B) 126.41º 0.89% 0.45% -
XYZ 6.58 12.64 2.96 -
YUV 74.72 99.38 83.98 -
System Red Green Blue C M Y K H S L
Decimal 13 116 24 0.89 0 0.79 0.55 126.41 0.8 0.25
Hex D 74 18 59 0 4F 37 7E 50 19
Octal 15 164 30 131 0 117 67 176 120 31
Binary 1101 1110100 11000 1011001 0 1001111 110111 1111110 1010000 11001

Color Harmonies of #0D7418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7418

Black with #0D7418

Text Example


Text Example

White with #0D7418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,116,24); }

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

background-color css

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

 a { background-color: rgb(13,116,24); }

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

border-color css

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

 span { border-color: rgb(13,116,24); }

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