Html Css Color HEX #0D7411 Green

📋 copy color: '#0D7411'

red 13 ◦ green 116 ◦ blue 17

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

Shades of Green #0D7411

Tints of Green #0D7411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 11.64%

R = 8.9%
G = 79.45%
B = 11.64%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.85

 K value IS 0.55

RGB Variations

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

Color information

#0D7411 (or 0x0D7411) is known color: Green. HEX triplet: 0D, 74 and 11. RGB value is (13,116,17). Sum of RGB (Red+Green+Blue) = 13+116+17=146 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.90% from 146); Green value is 116 (45.70% from 255 or 79.45% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 116 - color contains mainly: green. Hex color #0D7411 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0D7411 is #F28BEE. Grayscale: #4A4A4A. Windows color (decimal): -15895535 or 1143821. OLE color: 1143821.

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

Color convert

RGB 13 116 17 -
CMYK 0.89 0 0.85 0.55
HSL 122.33º 0.8% 0.25% -
HSV(B) 122.33º 0.89% 0.45% -
XYZ 6.51 12.62 2.62 -
YUV 73.92 95.88 84.55 -
System Red Green Blue C M Y K H S L
Decimal 13 116 17 0.89 0 0.85 0.55 122.33 0.8 0.25
Hex D 74 11 59 0 55 37 7A 50 19
Octal 15 164 21 131 0 125 67 172 120 31
Binary 1101 1110100 10001 1011001 0 1010101 110111 1111010 1010000 11001

Color Harmonies of #0D7411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7411

Black with #0D7411

Text Example


Text Example

White with #0D7411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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