Html Css Color HEX #11952B Forest Green

📋 copy color: '#11952B'

red 17 ◦ green 149 ◦ blue 43

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

Shades of Forest Green #11952B

Tints of Forest Green #11952B

RGB

 RED value IS 17 (7.03% from 255) = 8.13%

 GREEN value IS 149 (58.59% from 255) = 71.29%

 BLUE value IS 43 (17.19% from 255) = 20.57%

R = 8.13%
G = 71.29%
B = 20.57%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.71

 K value IS 0.42

RGB Variations

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

Color information

#11952B (or 0x11952B) is known color: Forest Green. HEX triplet: 11, 95 and 2B. RGB value is (17,149,43). Sum of RGB (Red+Green+Blue) = 17+149+43=209 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.13% from 209); Green value is 149 (58.59% from 255 or 71.29% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 149 - color contains mainly: green. Hex color #11952B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11952B is #EE6AD4. Grayscale: #616161. Windows color (decimal): -15624917 or 2856209. OLE color: 2856209.

HSL color Cylindrical-coordinate representation of color #11952B: hue angle of 131.82º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11952B is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 149 43 -
CMYK 0.89 0 0.71 0.42
HSL 131.82º 0.8% 0.33% -
HSV(B) 131.82º 0.89% 0.58% -
XYZ 11.41 21.79 5.89 -
YUV 97.45 97.27 70.62 -
System Red Green Blue C M Y K H S L
Decimal 17 149 43 0.89 0 0.71 0.42 131.82 0.8 0.33
Hex 11 95 2B 59 0 47 2A 84 50 21
Octal 21 225 53 131 0 107 52 204 120 41
Binary 10001 10010101 101011 1011001 0 1000111 101010 10000100 1010000 100001

Color Harmonies of #11952B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11952B

Black with #11952B

Text Example


Text Example

White with #11952B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11952B; }

 p { color: rgb(17,149,43); }

 H1.HeaderClassName
 {
   color: #11952B;
 }
 .AnyTagClassName
 {
   color: #11952B;
 }
</style>

background-color css

<style>
 a { background-color: #11952B; }

 a { background-color: rgb(17,149,43); }

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

border-color css

<style>
 span { border-color: #11952B; }

 span { border-color: rgb(17,149,43); }

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