Html Css Color HEX #18852C Forest Green

📋 copy color: '#18852C'

red 24 ◦ green 133 ◦ blue 44

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

Shades of Forest Green #18852C

Tints of Forest Green #18852C

RGB

 RED value IS 24 (9.77% from 255) = 11.94%

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

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

R = 11.94%
G = 66.17%
B = 21.89%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.67

 K value IS 0.48

RGB Variations

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

Color information

#18852C (or 0x18852C) is known color: Forest Green. HEX triplet: 18, 85 and 2C. RGB value is (24,133,44). Sum of RGB (Red+Green+Blue) = 24+133+44=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 133 (52.34% from 255 or 66.17% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 133 - color contains mainly: green. Hex color #18852C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18852C is #E77AD3. Grayscale: #5A5A5A. Windows color (decimal): -15170260 or 2917656. OLE color: 2917656.

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

Color convert

RGB 24 133 44 -
CMYK 0.82 0 0.67 0.48
HSL 131.01º 0.69% 0.31% -
HSV(B) 131.01º 0.82% 0.52% -
XYZ 9.22 17.15 5.21 -
YUV 90.26 101.89 80.74 -
System Red Green Blue C M Y K H S L
Decimal 24 133 44 0.82 0 0.67 0.48 131.01 0.69 0.31
Hex 18 85 2C 52 0 43 30 83 45 1F
Octal 30 205 54 122 0 103 60 203 105 37
Binary 11000 10000101 101100 1010010 0 1000011 110000 10000011 1000101 11111

Color Harmonies of #18852C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18852C

Black with #18852C

Text Example


Text Example

White with #18852C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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