Html Css Color HEX #11852D Forest Green

📋 copy color: '#11852D'

red 17 ◦ green 133 ◦ blue 45

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

Shades of Forest Green #11852D

Tints of Forest Green #11852D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.08%

R = 8.72%
G = 68.21%
B = 23.08%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#11852D (or 0x11852D) is known color: Forest Green. HEX triplet: 11, 85 and 2D. RGB value is (17,133,45). Sum of RGB (Red+Green+Blue) = 17+133+45=195 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.72% from 195); Green value is 133 (52.34% from 255 or 68.21% from 195); Blue value is 45 (17.97% from 255 or 23.08% from 195); Max value from RGB is 133 - color contains mainly: green. Hex color #11852D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11852D is #EE7AD2. Grayscale: #585858. Windows color (decimal): -15629011 or 2983185. OLE color: 2983185.

HSL color Cylindrical-coordinate representation of color #11852D: hue angle of 134.48º 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 #11852D is Cyan = 0.87, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 17 133 45 -
CMYK 0.87 0 0.66 0.48
HSL 134.48º 0.77% 0.29% -
HSV(B) 134.48º 0.87% 0.52% -
XYZ 9.09 17.08 5.3 -
YUV 88.28 103.57 77.16 -
System Red Green Blue C M Y K H S L
Decimal 17 133 45 0.87 0 0.66 0.48 134.48 0.77 0.29
Hex 11 85 2D 57 0 42 30 86 4D 1D
Octal 21 205 55 127 0 102 60 206 115 35
Binary 10001 10000101 101101 1010111 0 1000010 110000 10000110 1001101 11101

Color Harmonies of #11852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11852D

Black with #11852D

Text Example


Text Example

White with #11852D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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