Html Css Color HEX #0D751C Forest Green

📋 copy color: '#0D751C'

red 13 ◦ green 117 ◦ blue 28

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

Shades of Forest Green #0D751C

Tints of Forest Green #0D751C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 17.72%

R = 8.23%
G = 74.05%
B = 17.72%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#0D751C (or 0x0D751C) is known color: Forest Green. HEX triplet: 0D, 75 and 1C. RGB value is (13,117,28). Sum of RGB (Red+Green+Blue) = 13+117+28=158 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.23% from 158); Green value is 117 (46.09% from 255 or 74.05% from 158); Blue value is 28 (11.33% from 255 or 17.72% from 158); Max value from RGB is 117 - color contains mainly: green. Hex color #0D751C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D751C is #F28AE3. Grayscale: #4C4C4C. Windows color (decimal): -15895268 or 1864973. OLE color: 1864973.

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

Color convert

RGB 13 117 28 -
CMYK 0.89 0 0.76 0.54
HSL 128.65º 0.8% 0.25% -
HSV(B) 128.65º 0.89% 0.46% -
XYZ 6.74 12.89 3.23 -
YUV 75.76 101.04 83.24 -
System Red Green Blue C M Y K H S L
Decimal 13 117 28 0.89 0 0.76 0.54 128.65 0.8 0.25
Hex D 75 1C 59 0 4C 36 81 50 19
Octal 15 165 34 131 0 114 66 201 120 31
Binary 1101 1110101 11100 1011001 0 1001100 110110 10000001 1010000 11001

Color Harmonies of #0D751C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D751C

Black with #0D751C

Text Example


Text Example

White with #0D751C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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