Html Css Color HEX #0D9B31 Forest Green

📋 copy color: '#0D9B31'

red 13 ◦ green 155 ◦ blue 49

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

Shades of Forest Green #0D9B31

Tints of Forest Green #0D9B31

RGB

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

 GREEN value IS 155 (60.94% from 255) = 71.43%

 BLUE value IS 49 (19.53% from 255) = 22.58%

R = 5.99%
G = 71.43%
B = 22.58%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#0D9B31 (or 0x0D9B31) is known color: Forest Green. HEX triplet: 0D, 9B and 31. RGB value is (13,155,49). Sum of RGB (Red+Green+Blue) = 13+155+49=217 (28% of max value = 765). Red value is 13 (5.47% from 255 or 5.99% from 217); Green value is 155 (60.94% from 255 or 71.43% from 217); Blue value is 49 (19.53% from 255 or 22.58% from 217); Max value from RGB is 155 - color contains mainly: green. Hex color #0D9B31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9B31 is #F264CE. Grayscale: #646464. Windows color (decimal): -15885519 or 3250957. OLE color: 3250957.

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

Color convert

RGB 13 155 49 -
CMYK 0.92 0 0.68 0.39
HSL 135.21º 0.85% 0.33% -
HSV(B) 135.21º 0.92% 0.61% -
XYZ 12.44 23.75 6.83 -
YUV 100.46 98.96 65.62 -
System Red Green Blue C M Y K H S L
Decimal 13 155 49 0.92 0 0.68 0.39 135.21 0.85 0.33
Hex D 9B 31 5C 0 44 27 87 55 21
Octal 15 233 61 134 0 104 47 207 125 41
Binary 1101 10011011 110001 1011100 0 1000100 100111 10000111 1010101 100001

Color Harmonies of #0D9B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9B31

Black with #0D9B31

Text Example


Text Example

White with #0D9B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,155,49); }

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

background-color css

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

 a { background-color: rgb(13,155,49); }

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

border-color css

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

 span { border-color: rgb(13,155,49); }

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