Html Css Color HEX #18852D Forest Green

📋 copy color: '#18852D'

red 24 ◦ green 133 ◦ blue 45

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

Shades of Forest Green #18852D

Tints of Forest Green #18852D

RGB

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

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

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

R = 11.88%
G = 65.84%
B = 22.28%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#18852D (or 0x18852D) is known color: Forest Green. HEX triplet: 18, 85 and 2D. RGB value is (24,133,45). Sum of RGB (Red+Green+Blue) = 24+133+45=202 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.88% from 202); Green value is 133 (52.34% from 255 or 65.84% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 133 - color contains mainly: green. Hex color #18852D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18852D is #E77AD2. Grayscale: #5A5A5A. Windows color (decimal): -15170259 or 2983192. OLE color: 2983192.

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

Color convert

RGB 24 133 45 -
CMYK 0.82 0 0.66 0.48
HSL 131.56º 0.69% 0.31% -
HSV(B) 131.56º 0.82% 0.52% -
XYZ 9.24 17.16 5.31 -
YUV 90.38 102.39 80.66 -
System Red Green Blue C M Y K H S L
Decimal 24 133 45 0.82 0 0.66 0.48 131.56 0.69 0.31
Hex 18 85 2D 52 0 42 30 84 45 1F
Octal 30 205 55 122 0 102 60 204 105 37
Binary 11000 10000101 101101 1010010 0 1000010 110000 10000100 1000101 11111

Color Harmonies of #18852D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18852D

Black with #18852D

Text Example


Text Example

White with #18852D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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