Html Css Color HEX #18800D Forest Green

📋 copy color: '#18800D'

red 24 ◦ green 128 ◦ blue 13

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

Shades of Forest Green #18800D

Tints of Forest Green #18800D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 77.58%

 BLUE value IS 13 (5.47% from 255) = 7.88%

R = 14.55%
G = 77.58%
B = 7.88%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.90

 K value IS 0.50

RGB Variations

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

Color information

#18800D (or 0x18800D) is known color: Forest Green. HEX triplet: 18, 80 and 0D. RGB value is (24,128,13). Sum of RGB (Red+Green+Blue) = 24+128+13=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 128 (50.39% from 255 or 77.58% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 128 - color contains mainly: green. Hex color #18800D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18800D is #E77FF2. Grayscale: #545454. Windows color (decimal): -15171571 or 884760. OLE color: 884760.

HSL color Cylindrical-coordinate representation of color #18800D: hue angle of 114.26º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18800D is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 128 13 -
CMYK 0.81 0 0.90 0.50
HSL 114.26º 0.82% 0.28% -
HSV(B) 114.26º 0.9% 0.5% -
XYZ 8.17 15.66 2.97 -
YUV 83.79 88.04 85.35 -
System Red Green Blue C M Y K H S L
Decimal 24 128 13 0.81 0 0.90 0.50 114.26 0.82 0.28
Hex 18 80 D 51 0 5A 32 72 52 1C
Octal 30 200 15 121 0 132 62 162 122 34
Binary 11000 10000000 1101 1010001 0 1011010 110010 1110010 1010010 11100

Color Harmonies of #18800D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18800D

Black with #18800D

Text Example


Text Example

White with #18800D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,128,13); }

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

background-color css

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

 a { background-color: rgb(24,128,13); }

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

border-color css

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

 span { border-color: rgb(24,128,13); }

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