Html Css Color HEX #18851C Forest Green

📋 copy color: '#18851C'

red 24 ◦ green 133 ◦ blue 28

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

Shades of Forest Green #18851C

Tints of Forest Green #18851C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.14%

R = 12.97%
G = 71.89%
B = 15.14%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.79

 K value IS 0.48

RGB Variations

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

Color information

#18851C (or 0x18851C) is known color: Forest Green. HEX triplet: 18, 85 and 1C. RGB value is (24,133,28). Sum of RGB (Red+Green+Blue) = 24+133+28=185 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.97% from 185); Green value is 133 (52.34% from 255 or 71.89% from 185); Blue value is 28 (11.33% from 255 or 15.14% from 185); Max value from RGB is 133 - color contains mainly: green. Hex color #18851C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18851C is #E77AE3. Grayscale: #585858. Windows color (decimal): -15170276 or 1869080. OLE color: 1869080.

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

Color convert

RGB 24 133 28 -
CMYK 0.82 0 0.79 0.48
HSL 122.2º 0.69% 0.31% -
HSV(B) 122.2º 0.82% 0.52% -
XYZ 8.97 17.05 3.92 -
YUV 88.44 93.89 82.04 -
System Red Green Blue C M Y K H S L
Decimal 24 133 28 0.82 0 0.79 0.48 122.2 0.69 0.31
Hex 18 85 1C 52 0 4F 30 7A 45 1F
Octal 30 205 34 122 0 117 60 172 105 37
Binary 11000 10000101 11100 1010010 0 1001111 110000 1111010 1000101 11111

Color Harmonies of #18851C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18851C

Black with #18851C

Text Example


Text Example

White with #18851C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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