Html Css Color HEX #18850F Forest Green

📋 copy color: '#18850F'

red 24 ◦ green 133 ◦ blue 15

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

Shades of Forest Green #18850F

Tints of Forest Green #18850F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.72%

R = 13.95%
G = 77.33%
B = 8.72%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#18850F (or 0x18850F) is known color: Forest Green. HEX triplet: 18, 85 and 0F. RGB value is (24,133,15). Sum of RGB (Red+Green+Blue) = 24+133+15=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 133 (52.34% from 255 or 77.33% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 133 - color contains mainly: green. Hex color #18850F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18850F is #E77AF0. Grayscale: #575757. Windows color (decimal): -15170289 or 1017112. OLE color: 1017112.

HSL color Cylindrical-coordinate representation of color #18850F: hue angle of 115.42º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18850F is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 24 133 15 -
CMYK 0.82 0 0.89 0.48
HSL 115.42º 0.8% 0.29% -
HSV(B) 115.42º 0.89% 0.52% -
XYZ 8.85 17 3.27 -
YUV 86.96 87.39 83.09 -
System Red Green Blue C M Y K H S L
Decimal 24 133 15 0.82 0 0.89 0.48 115.42 0.8 0.29
Hex 18 85 F 52 0 59 30 73 50 1D
Octal 30 205 17 122 0 131 60 163 120 35
Binary 11000 10000101 1111 1010010 0 1011001 110000 1110011 1010000 11101

Color Harmonies of #18850F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18850F

Black with #18850F

Text Example


Text Example

White with #18850F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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