Html Css Color HEX #11942F Forest Green

📋 copy color: '#11942F'

red 17 ◦ green 148 ◦ blue 47

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

Shades of Forest Green #11942F

Tints of Forest Green #11942F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 69.81%

 BLUE value IS 47 (18.75% from 255) = 22.17%

R = 8.02%
G = 69.81%
B = 22.17%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#11942F (or 0x11942F) is known color: Forest Green. HEX triplet: 11, 94 and 2F. RGB value is (17,148,47). Sum of RGB (Red+Green+Blue) = 17+148+47=212 (28% of max value = 765). Red value is 17 (7.03% from 255 or 8.02% from 212); Green value is 148 (58.20% from 255 or 69.81% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 148 - color contains mainly: green. Hex color #11942F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11942F is #EE6BD0. Grayscale: #616161. Windows color (decimal): -15625169 or 3118097. OLE color: 3118097.

HSL color Cylindrical-coordinate representation of color #11942F: hue angle of 133.74º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #11942F is Cyan = 0.89, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 17 148 47 -
CMYK 0.89 0 0.68 0.42
HSL 133.74º 0.79% 0.32% -
HSV(B) 133.74º 0.89% 0.58% -
XYZ 11.33 21.5 6.24 -
YUV 97.32 99.6 70.71 -
System Red Green Blue C M Y K H S L
Decimal 17 148 47 0.89 0 0.68 0.42 133.74 0.79 0.32
Hex 11 94 2F 59 0 44 2A 86 4F 20
Octal 21 224 57 131 0 104 52 206 117 40
Binary 10001 10010100 101111 1011001 0 1000100 101010 10000110 1001111 100000

Color Harmonies of #11942F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11942F

Black with #11942F

Text Example


Text Example

White with #11942F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11942F; }

 p { color: rgb(17,148,47); }

 H1.HeaderClassName
 {
   color: #11942F;
 }
 .AnyTagClassName
 {
   color: #11942F;
 }
</style>

background-color css

<style>
 a { background-color: #11942F; }

 a { background-color: rgb(17,148,47); }

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

border-color css

<style>
 span { border-color: #11942F; }

 span { border-color: rgb(17,148,47); }

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