Html Css Color HEX #11852C Forest Green

📋 copy color: '#11852C'

red 17 ◦ green 133 ◦ blue 44

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

Shades of Forest Green #11852C

Tints of Forest Green #11852C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 68.56%

 BLUE value IS 44 (17.58% from 255) = 22.68%

R = 8.76%
G = 68.56%
B = 22.68%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#11852C (or 0x11852C) is known color: Forest Green. HEX triplet: 11, 85 and 2C. RGB value is (17,133,44). Sum of RGB (Red+Green+Blue) = 17+133+44=194 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.76% from 194); Green value is 133 (52.34% from 255 or 68.56% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 133 - color contains mainly: green. Hex color #11852C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11852C is #EE7AD3. Grayscale: #585858. Windows color (decimal): -15629012 or 2917649. OLE color: 2917649.

HSL color Cylindrical-coordinate representation of color #11852C: hue angle of 133.97º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11852C is Cyan = 0.87, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 133 44 -
CMYK 0.87 0 0.67 0.48
HSL 133.97º 0.77% 0.29% -
HSV(B) 133.97º 0.87% 0.52% -
XYZ 9.07 17.08 5.2 -
YUV 88.17 103.07 77.24 -
System Red Green Blue C M Y K H S L
Decimal 17 133 44 0.87 0 0.67 0.48 133.97 0.77 0.29
Hex 11 85 2C 57 0 43 30 86 4D 1D
Octal 21 205 54 127 0 103 60 206 115 35
Binary 10001 10000101 101100 1010111 0 1000011 110000 10000110 1001101 11101

Color Harmonies of #11852C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11852C

Black with #11852C

Text Example


Text Example

White with #11852C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11852C; }

 p { color: rgb(17,133,44); }

 H1.HeaderClassName
 {
   color: #11852C;
 }
 .AnyTagClassName
 {
   color: #11852C;
 }
</style>

background-color css

<style>
 a { background-color: #11852C; }

 a { background-color: rgb(17,133,44); }

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

border-color css

<style>
 span { border-color: #11852C; }

 span { border-color: rgb(17,133,44); }

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