Html Css Color HEX #0D8922 Forest Green

📋 copy color: '#0D8922'

red 13 ◦ green 137 ◦ blue 34

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

Shades of Forest Green #0D8922

Tints of Forest Green #0D8922

RGB

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

 GREEN value IS 137 (53.91% from 255) = 74.46%

 BLUE value IS 34 (13.67% from 255) = 18.48%

R = 7.07%
G = 74.46%
B = 18.48%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.46

RGB Variations

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

Color information

#0D8922 (or 0x0D8922) is known color: Forest Green. HEX triplet: 0D, 89 and 22. RGB value is (13,137,34). Sum of RGB (Red+Green+Blue) = 13+137+34=184 (24% of max value = 765). Red value is 13 (5.47% from 255 or 7.07% from 184); Green value is 137 (53.91% from 255 or 74.46% from 184); Blue value is 34 (13.67% from 255 or 18.48% from 184); Max value from RGB is 137 - color contains mainly: green. Hex color #0D8922 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8922 is #F276DD. Grayscale: #585858. Windows color (decimal): -15890142 or 2263309. OLE color: 2263309.

HSL color Cylindrical-coordinate representation of color #0D8922: hue angle of 130.16º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8922 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.46.

Color convert

RGB 13 137 34 -
CMYK 0.91 0 0.75 0.46
HSL 130.16º 0.83% 0.29% -
HSV(B) 130.16º 0.91% 0.54% -
XYZ 9.4 18.09 4.51 -
YUV 88.18 97.42 74.38 -
System Red Green Blue C M Y K H S L
Decimal 13 137 34 0.91 0 0.75 0.46 130.16 0.83 0.29
Hex D 89 22 5B 0 4B 2E 82 53 1D
Octal 15 211 42 133 0 113 56 202 123 35
Binary 1101 10001001 100010 1011011 0 1001011 101110 10000010 1010011 11101

Color Harmonies of #0D8922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8922

Black with #0D8922

Text Example


Text Example

White with #0D8922

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,137,34); }

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

background-color css

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

 a { background-color: rgb(13,137,34); }

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

border-color css

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

 span { border-color: rgb(13,137,34); }

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