Html Css Color HEX #019424 Forest Green

📋 copy color: '#019424'

red 1 ◦ green 148 ◦ blue 36

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

Shades of Forest Green #019424

Tints of Forest Green #019424

RGB

 RED value IS 1 (0.78% from 255) = 0.54%

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

 BLUE value IS 36 (14.45% from 255) = 19.46%

R = 0.54%
G = 80%
B = 19.46%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#019424 (or 0x019424) is known color: Forest Green. HEX triplet: 01, 94 and 24. RGB value is (1,148,36). Sum of RGB (Red+Green+Blue) = 1+148+36=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 148 (58.20% from 255 or 80% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 148 - color contains mainly: green. Hex color #019424 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019424 is #FE6BDB. Grayscale: #5B5B5B. Windows color (decimal): -16673756 or 2397185. OLE color: 2397185.

HSL color Cylindrical-coordinate representation of color #019424: hue angle of 134.29º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019424 is Cyan = 0.99, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 148 36 -
CMYK 0.99 0 0.76 0.42
HSL 134.29º 0.99% 0.29% -
HSV(B) 134.29º 0.99% 0.58% -
XYZ 10.92 21.31 5.21 -
YUV 91.28 96.8 63.61 -
System Red Green Blue C M Y K H S L
Decimal 1 148 36 0.99 0 0.76 0.42 134.29 0.99 0.29
Hex 1 94 24 63 0 4C 2A 86 63 1D
Octal 1 224 44 143 0 114 52 206 143 35
Binary 1 10010100 100100 1100011 0 1001100 101010 10000110 1100011 11101

Color Harmonies of #019424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019424

Black with #019424

Text Example


Text Example

White with #019424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019424; }

 p { color: rgb(1,148,36); }

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

background-color css

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

 a { background-color: rgb(1,148,36); }

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

border-color css

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

 span { border-color: rgb(1,148,36); }

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