Html Css Color HEX #18852F Forest Green

📋 copy color: '#18852F'

red 24 ◦ green 133 ◦ blue 47

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

Shades of Forest Green #18852F

Tints of Forest Green #18852F

RGB

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

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

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

R = 11.76%
G = 65.2%
B = 23.04%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#18852F (or 0x18852F) is known color: Forest Green. HEX triplet: 18, 85 and 2F. RGB value is (24,133,47). Sum of RGB (Red+Green+Blue) = 24+133+47=204 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.76% from 204); Green value is 133 (52.34% from 255 or 65.20% from 204); Blue value is 47 (18.75% from 255 or 23.04% from 204); Max value from RGB is 133 - color contains mainly: green. Hex color #18852F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18852F is #E77AD0. Grayscale: #5A5A5A. Windows color (decimal): -15170257 or 3114264. OLE color: 3114264.

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

Color convert

RGB 24 133 47 -
CMYK 0.82 0 0.65 0.48
HSL 132.66º 0.69% 0.31% -
HSV(B) 132.66º 0.82% 0.52% -
XYZ 9.28 17.17 5.52 -
YUV 90.61 103.39 80.49 -
System Red Green Blue C M Y K H S L
Decimal 24 133 47 0.82 0 0.65 0.48 132.66 0.69 0.31
Hex 18 85 2F 52 0 41 30 85 45 1F
Octal 30 205 57 122 0 101 60 205 105 37
Binary 11000 10000101 101111 1010010 0 1000001 110000 10000101 1000101 11111

Color Harmonies of #18852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18852F

Black with #18852F

Text Example


Text Example

White with #18852F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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