Html Css Color HEX #18840E Forest Green

📋 copy color: '#18840E'

red 24 ◦ green 132 ◦ blue 14

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

Shades of Forest Green #18840E

Tints of Forest Green #18840E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 77.65%

 BLUE value IS 14 (5.86% from 255) = 8.24%

R = 14.12%
G = 77.65%
B = 8.24%

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

#18840E (or 0x18840E) is known color: Forest Green. HEX triplet: 18, 84 and 0E. RGB value is (24,132,14). Sum of RGB (Red+Green+Blue) = 24+132+14=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 132 (51.95% from 255 or 77.65% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 132 - color contains mainly: green. Hex color #18840E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18840E is #E77BF1. Grayscale: #565656. Windows color (decimal): -15170546 or 951320. OLE color: 951320.

HSL color Cylindrical-coordinate representation of color #18840E: hue angle of 114.92º degrees, saturation: 0.81, 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 #18840E is Cyan = 0.82, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 24 132 14 -
CMYK 0.82 0 0.89 0.48
HSL 114.92º 0.81% 0.29% -
HSV(B) 114.92º 0.89% 0.52% -
XYZ 8.71 16.73 3.19 -
YUV 86.26 87.22 83.59 -
System Red Green Blue C M Y K H S L
Decimal 24 132 14 0.82 0 0.89 0.48 114.92 0.81 0.29
Hex 18 84 E 52 0 59 30 73 51 1D
Octal 30 204 16 122 0 131 60 163 121 35
Binary 11000 10000100 1110 1010010 0 1011001 110000 1110011 1010001 11101

Color Harmonies of #18840E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18840E

Black with #18840E

Text Example


Text Example

White with #18840E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18840E; }

 p { color: rgb(24,132,14); }

 H1.HeaderClassName
 {
   color: #18840E;
 }
 .AnyTagClassName
 {
   color: #18840E;
 }
</style>

background-color css

<style>
 a { background-color: #18840E; }

 a { background-color: rgb(24,132,14); }

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

border-color css

<style>
 span { border-color: #18840E; }

 span { border-color: rgb(24,132,14); }

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