Html Css Color HEX #0D9130 Forest Green

📋 copy color: '#0D9130'

red 13 ◦ green 145 ◦ blue 48

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

Shades of Forest Green #0D9130

Tints of Forest Green #0D9130

RGB

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

 GREEN value IS 145 (57.03% from 255) = 70.39%

 BLUE value IS 48 (19.14% from 255) = 23.3%

R = 6.31%
G = 70.39%
B = 23.3%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.43

RGB Variations

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

Color information

#0D9130 (or 0x0D9130) is known color: Forest Green. HEX triplet: 0D, 91 and 30. RGB value is (13,145,48). Sum of RGB (Red+Green+Blue) = 13+145+48=206 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.31% from 206); Green value is 145 (57.03% from 255 or 70.39% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 145 - color contains mainly: green. Hex color #0D9130 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D9130 is #F26ECF. Grayscale: #5E5E5E. Windows color (decimal): -15888080 or 3182861. OLE color: 3182861.

HSL color Cylindrical-coordinate representation of color #0D9130: hue angle of 135.91º 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 #0D9130 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.

Color convert

RGB 13 145 48 -
CMYK 0.91 0 0.67 0.43
HSL 135.91º 0.84% 0.31% -
HSV(B) 135.91º 0.91% 0.57% -
XYZ 10.82 20.55 6.19 -
YUV 94.47 101.77 69.89 -
System Red Green Blue C M Y K H S L
Decimal 13 145 48 0.91 0 0.67 0.43 135.91 0.84 0.31
Hex D 91 30 5B 0 43 2B 88 54 1F
Octal 15 221 60 133 0 103 53 210 124 37
Binary 1101 10010001 110000 1011011 0 1000011 101011 10001000 1010100 11111

Color Harmonies of #0D9130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D9130

Black with #0D9130

Text Example


Text Example

White with #0D9130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,145,48); }

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

background-color css

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

 a { background-color: rgb(13,145,48); }

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

border-color css

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

 span { border-color: rgb(13,145,48); }

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