Html Css Color HEX #0D9221 Forest Green

📋 copy color: '#0D9221'

red 13 ◦ green 146 ◦ blue 33

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

Shades of Forest Green #0D9221

Tints of Forest Green #0D9221

RGB

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

 GREEN value IS 146 (57.42% from 255) = 76.04%

 BLUE value IS 33 (13.28% from 255) = 17.19%

R = 6.77%
G = 76.04%
B = 17.19%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#0D9221 (or 0x0D9221) is known color: Forest Green. HEX triplet: 0D, 92 and 21. RGB value is (13,146,33). Sum of RGB (Red+Green+Blue) = 13+146+33=192 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.77% from 192); Green value is 146 (57.42% from 255 or 76.04% from 192); Blue value is 33 (13.28% from 255 or 17.19% from 192); Max value from RGB is 146 - color contains mainly: green. Hex color #0D9221 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9221 is #F26DDE. Grayscale: #5D5D5D. Windows color (decimal): -15887839 or 2200077. OLE color: 2200077.

HSL color Cylindrical-coordinate representation of color #0D9221: hue angle of 129.02º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D9221 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB 13 146 33 -
CMYK 0.91 0 0.77 0.43
HSL 129.02º 0.84% 0.31% -
HSV(B) 129.02º 0.91% 0.57% -
XYZ 10.72 20.75 4.88 -
YUV 93.35 93.94 70.69 -
System Red Green Blue C M Y K H S L
Decimal 13 146 33 0.91 0 0.77 0.43 129.02 0.84 0.31
Hex D 92 21 5B 0 4D 2B 81 54 1F
Octal 15 222 41 133 0 115 53 201 124 37
Binary 1101 10010010 100001 1011011 0 1001101 101011 10000001 1010100 11111

Color Harmonies of #0D9221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9221

Black with #0D9221

Text Example


Text Example

White with #0D9221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,146,33); }

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

background-color css

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

 a { background-color: rgb(13,146,33); }

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

border-color css

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

 span { border-color: rgb(13,146,33); }

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