Html Css Color HEX #0D9D2C Forest Green

📋 copy color: '#0D9D2C'

red 13 ◦ green 157 ◦ blue 44

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

Shades of Forest Green #0D9D2C

Tints of Forest Green #0D9D2C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 73.36%

 BLUE value IS 44 (17.58% from 255) = 20.56%

R = 6.07%
G = 73.36%
B = 20.56%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.72

 K value IS 0.38

RGB Variations

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

Color information

#0D9D2C (or 0x0D9D2C) is known color: Forest Green. HEX triplet: 0D, 9D and 2C. RGB value is (13,157,44). Sum of RGB (Red+Green+Blue) = 13+157+44=214 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.07% from 214); Green value is 157 (61.72% from 255 or 73.36% from 214); Blue value is 44 (17.58% from 255 or 20.56% from 214); Max value from RGB is 157 - color contains mainly: green. Hex color #0D9D2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9D2C is #F262D3. Grayscale: #656565. Windows color (decimal): -15885012 or 2923789. OLE color: 2923789.

HSL color Cylindrical-coordinate representation of color #0D9D2C: hue angle of 132.92º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9D2C is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB 13 157 44 -
CMYK 0.92 0 0.72 0.38
HSL 132.92º 0.85% 0.33% -
HSV(B) 132.92º 0.92% 0.62% -
XYZ 12.68 24.38 6.42 -
YUV 101.06 95.79 65.19 -
System Red Green Blue C M Y K H S L
Decimal 13 157 44 0.92 0 0.72 0.38 132.92 0.85 0.33
Hex D 9D 2C 5C 0 48 26 85 55 21
Octal 15 235 54 134 0 110 46 205 125 41
Binary 1101 10011101 101100 1011100 0 1001000 100110 10000101 1010101 100001

Color Harmonies of #0D9D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9D2C

Black with #0D9D2C

Text Example


Text Example

White with #0D9D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,157,44); }

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

background-color css

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

 a { background-color: rgb(13,157,44); }

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

border-color css

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

 span { border-color: rgb(13,157,44); }

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