Html Css Color HEX #0D751D Forest Green

📋 copy color: '#0D751D'

red 13 ◦ green 117 ◦ blue 29

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

Shades of Forest Green #0D751D

Tints of Forest Green #0D751D

RGB

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

 GREEN value IS 117 (46.09% from 255) = 73.58%

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

R = 8.18%
G = 73.58%
B = 18.24%

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

#0D751D (or 0x0D751D) is known color: Forest Green. HEX triplet: 0D, 75 and 1D. RGB value is (13,117,29). Sum of RGB (Red+Green+Blue) = 13+117+29=159 (21% of max value = 765). Red value is 13 (5.47% from 255 or 8.18% from 159); Green value is 117 (46.09% from 255 or 73.58% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 117 - color contains mainly: green. Hex color #0D751D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D751D is #F28AE2. Grayscale: #4C4C4C. Windows color (decimal): -15895267 or 1930509. OLE color: 1930509.

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

Color convert

RGB 13 117 29 -
CMYK 0.89 0 0.75 0.54
HSL 129.23º 0.8% 0.25% -
HSV(B) 129.23º 0.89% 0.46% -
XYZ 6.75 12.9 3.3 -
YUV 75.87 101.54 83.16 -
System Red Green Blue C M Y K H S L
Decimal 13 117 29 0.89 0 0.75 0.54 129.23 0.8 0.25
Hex D 75 1D 59 0 4B 36 81 50 19
Octal 15 165 35 131 0 113 66 201 120 31
Binary 1101 1110101 11101 1011001 0 1001011 110110 10000001 1010000 11001

Color Harmonies of #0D751D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D751D

Black with #0D751D

Text Example


Text Example

White with #0D751D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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