Html Css Color HEX #18940E Forest Green

📋 copy color: '#18940E'

red 24 ◦ green 148 ◦ blue 14

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

Shades of Forest Green #18940E

Tints of Forest Green #18940E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 79.57%

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

R = 12.9%
G = 79.57%
B = 7.53%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#18940E (or 0x18940E) is known color: Forest Green. HEX triplet: 18, 94 and 0E. RGB value is (24,148,14). Sum of RGB (Red+Green+Blue) = 24+148+14=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 148 (58.20% from 255 or 79.57% from 186); Blue value is 14 (5.86% from 255 or 7.53% from 186); Max value from RGB is 148 - color contains mainly: green. Hex color #18940E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #18940E is #E76BF1. Grayscale: #606060. Windows color (decimal): -15166450 or 955416. OLE color: 955416.

HSL color Cylindrical-coordinate representation of color #18940E: hue angle of 115.52º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18940E is Cyan = 0.84, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 24 148 14 -
CMYK 0.84 0 0.91 0.42
HSL 115.52º 0.83% 0.32% -
HSV(B) 115.52º 0.91% 0.58% -
XYZ 11.05 21.41 3.97 -
YUV 95.65 81.92 76.9 -
System Red Green Blue C M Y K H S L
Decimal 24 148 14 0.84 0 0.91 0.42 115.52 0.83 0.32
Hex 18 94 E 54 0 5B 2A 74 53 20
Octal 30 224 16 124 0 133 52 164 123 40
Binary 11000 10010100 1110 1010100 0 1011011 101010 1110100 1010011 100000

Color Harmonies of #18940E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18940E

Black with #18940E

Text Example


Text Example

White with #18940E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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