Html Css Color HEX #0D872D Forest Green

📋 copy color: '#0D872D'

red 13 ◦ green 135 ◦ blue 45

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

Shades of Forest Green #0D872D

Tints of Forest Green #0D872D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 69.95%

 BLUE value IS 45 (17.97% from 255) = 23.32%

R = 6.74%
G = 69.95%
B = 23.32%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.67

 K value IS 0.47

RGB Variations

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

Color information

#0D872D (or 0x0D872D) is known color: Forest Green. HEX triplet: 0D, 87 and 2D. RGB value is (13,135,45). Sum of RGB (Red+Green+Blue) = 13+135+45=193 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.74% from 193); Green value is 135 (53.12% from 255 or 69.95% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 135 - color contains mainly: green. Hex color #0D872D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D872D is #F278D2. Grayscale: #585858. Windows color (decimal): -15890643 or 2983693. OLE color: 2983693.

HSL color Cylindrical-coordinate representation of color #0D872D: hue angle of 135.74º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D872D is Cyan = 0.90, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB 13 135 45 -
CMYK 0.90 0 0.67 0.47
HSL 135.74º 0.82% 0.29% -
HSV(B) 135.74º 0.9% 0.53% -
XYZ 9.3 17.6 5.39 -
YUV 88.26 103.58 74.32 -
System Red Green Blue C M Y K H S L
Decimal 13 135 45 0.90 0 0.67 0.47 135.74 0.82 0.29
Hex D 87 2D 5A 0 43 2F 88 52 1D
Octal 15 207 55 132 0 103 57 210 122 35
Binary 1101 10000111 101101 1011010 0 1000011 101111 10001000 1010010 11101

Color Harmonies of #0D872D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D872D

Black with #0D872D

Text Example


Text Example

White with #0D872D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,135,45); }

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

background-color css

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

 a { background-color: rgb(13,135,45); }

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

border-color css

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

 span { border-color: rgb(13,135,45); }

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