Html Css Color HEX #18980F Forest Green

📋 copy color: '#18980F'

red 24 ◦ green 152 ◦ blue 15

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

Shades of Forest Green #18980F

Tints of Forest Green #18980F

RGB

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

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

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

R = 12.57%
G = 79.58%
B = 7.85%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#18980F (or 0x18980F) is known color: Forest Green. HEX triplet: 18, 98 and 0F. RGB value is (24,152,15). Sum of RGB (Red+Green+Blue) = 24+152+15=191 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.57% from 191); Green value is 152 (59.77% from 255 or 79.58% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 152 - color contains mainly: green. Hex color #18980F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18980F is #E767F0. Grayscale: #626262. Windows color (decimal): -15165425 or 1021976. OLE color: 1021976.

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

Color convert

RGB 24 152 15 -
CMYK 0.84 0 0.90 0.40
HSL 116.06º 0.82% 0.33% -
HSV(B) 116.06º 0.9% 0.6% -
XYZ 11.69 22.69 4.21 -
YUV 98.11 81.09 75.14 -
System Red Green Blue C M Y K H S L
Decimal 24 152 15 0.84 0 0.90 0.40 116.06 0.82 0.33
Hex 18 98 F 54 0 5A 28 74 52 21
Octal 30 230 17 124 0 132 50 164 122 41
Binary 11000 10011000 1111 1010100 0 1011010 101000 1110100 1010010 100001

Color Harmonies of #18980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18980F

Black with #18980F

Text Example


Text Example

White with #18980F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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