Html Css Color HEX #18980D Forest Green

📋 copy color: '#18980D'

red 24 ◦ green 152 ◦ blue 13

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

Shades of Forest Green #18980D

Tints of Forest Green #18980D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 80.42%

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

R = 12.7%
G = 80.42%
B = 6.88%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#18980D (or 0x18980D) is known color: Forest Green. HEX triplet: 18, 98 and 0D. RGB value is (24,152,13). Sum of RGB (Red+Green+Blue) = 24+152+13=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 152 (59.77% from 255 or 80.42% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 152 - color contains mainly: green. Hex color #18980D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18980D is #E767F2. Grayscale: #626262. Windows color (decimal): -15165427 or 890904. OLE color: 890904.

HSL color Cylindrical-coordinate representation of color #18980D: hue angle of 115.25º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18980D is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 24 152 13 -
CMYK 0.84 0 0.91 0.40
HSL 115.25º 0.84% 0.32% -
HSV(B) 115.25º 0.91% 0.6% -
XYZ 11.68 22.68 4.14 -
YUV 97.88 80.09 75.3 -
System Red Green Blue C M Y K H S L
Decimal 24 152 13 0.84 0 0.91 0.40 115.25 0.84 0.32
Hex 18 98 D 54 0 5B 28 73 54 20
Octal 30 230 15 124 0 133 50 163 124 40
Binary 11000 10011000 1101 1010100 0 1011011 101000 1110011 1010100 100000

Color Harmonies of #18980D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18980D

Black with #18980D

Text Example


Text Example

White with #18980D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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