Html Css Color HEX #0D911E Forest Green

📋 copy color: '#0D911E'

red 13 ◦ green 145 ◦ blue 30

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

Shades of Forest Green #0D911E

Tints of Forest Green #0D911E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 15.96%

R = 6.91%
G = 77.13%
B = 15.96%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#0D911E (or 0x0D911E) is known color: Forest Green. HEX triplet: 0D, 91 and 1E. RGB value is (13,145,30). Sum of RGB (Red+Green+Blue) = 13+145+30=188 (24% of max value = 765). Red value is 13 (5.47% from 255 or 6.91% from 188); Green value is 145 (57.03% from 255 or 77.13% from 188); Blue value is 30 (12.11% from 255 or 15.96% from 188); Max value from RGB is 145 - color contains mainly: green. Hex color #0D911E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D911E is #F26EE1. Grayscale: #5C5C5C. Windows color (decimal): -15888098 or 2003213. OLE color: 2003213.

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

Color convert

RGB 13 145 30 -
CMYK 0.91 0 0.79 0.43
HSL 127.73º 0.84% 0.31% -
HSV(B) 127.73º 0.91% 0.57% -
XYZ 10.53 20.43 4.62 -
YUV 92.42 92.77 71.35 -
System Red Green Blue C M Y K H S L
Decimal 13 145 30 0.91 0 0.79 0.43 127.73 0.84 0.31
Hex D 91 1E 5B 0 4F 2B 80 54 1F
Octal 15 221 36 133 0 117 53 200 124 37
Binary 1101 10010001 11110 1011011 0 1001111 101011 10000000 1010100 11111

Color Harmonies of #0D911E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D911E

Black with #0D911E

Text Example


Text Example

White with #0D911E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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