Html Css Color HEX #0D761D Forest Green

📋 copy color: '#0D761D'

red 13 ◦ green 118 ◦ blue 29

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

Shades of Forest Green #0D761D

Tints of Forest Green #0D761D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 73.75%

 BLUE value IS 29 (11.72% from 255) = 18.13%

R = 8.13%
G = 73.75%
B = 18.13%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#0D761D (or 0x0D761D) is known color: Forest Green. HEX triplet: 0D, 76 and 1D. RGB value is (13,118,29). Sum of RGB (Red+Green+Blue) = 13+118+29=160 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.12% from 160); Green value is 118 (46.48% from 255 or 73.75% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 118 - color contains mainly: green. Hex color #0D761D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D761D is #F289E2. Grayscale: #4C4C4C. Windows color (decimal): -15895011 or 1930765. OLE color: 1930765.

HSL color Cylindrical-coordinate representation of color #0D761D: hue angle of 129.14º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D761D is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 13 118 29 -
CMYK 0.89 0 0.75 0.54
HSL 129.14º 0.8% 0.26% -
HSV(B) 129.14º 0.89% 0.46% -
XYZ 6.87 13.13 3.34 -
YUV 76.46 101.21 82.74 -
System Red Green Blue C M Y K H S L
Decimal 13 118 29 0.89 0 0.75 0.54 129.14 0.8 0.26
Hex D 76 1D 59 0 4B 36 81 50 1A
Octal 15 166 35 131 0 113 66 201 120 32
Binary 1101 1110110 11101 1011001 0 1001011 110110 10000001 1010000 11010

Color Harmonies of #0D761D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D761D

Black with #0D761D

Text Example


Text Example

White with #0D761D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,118,29); }

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

background-color css

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

 a { background-color: rgb(13,118,29); }

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

border-color css

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

 span { border-color: rgb(13,118,29); }

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