Html Css Color HEX #0D751B Forest Green

📋 copy color: '#0D751B'

red 13 ◦ green 117 ◦ blue 27

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

Shades of Forest Green #0D751B

Tints of Forest Green #0D751B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 17.2%

R = 8.28%
G = 74.52%
B = 17.2%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#0D751B (or 0x0D751B) is known color: Forest Green. HEX triplet: 0D, 75 and 1B. RGB value is (13,117,27). Sum of RGB (Red+Green+Blue) = 13+117+27=157 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.28% from 157); Green value is 117 (46.09% from 255 or 74.52% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 117 - color contains mainly: green. Hex color #0D751B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D751B is #F28AE4. Grayscale: #4B4B4B. Windows color (decimal): -15895269 or 1799437. OLE color: 1799437.

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

Color convert

RGB 13 117 27 -
CMYK 0.89 0 0.77 0.54
HSL 128.08º 0.8% 0.25% -
HSV(B) 128.08º 0.89% 0.46% -
XYZ 6.73 12.89 3.17 -
YUV 75.64 100.54 83.32 -
System Red Green Blue C M Y K H S L
Decimal 13 117 27 0.89 0 0.77 0.54 128.08 0.8 0.25
Hex D 75 1B 59 0 4D 36 80 50 19
Octal 15 165 33 131 0 115 66 200 120 31
Binary 1101 1110101 11011 1011001 0 1001101 110110 10000000 1010000 11001

Color Harmonies of #0D751B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D751B

Black with #0D751B

Text Example


Text Example

White with #0D751B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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