Html Css Color HEX #019428 Forest Green

📋 copy color: '#019428'

red 1 ◦ green 148 ◦ blue 40

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

Shades of Forest Green #019428

Tints of Forest Green #019428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 21.16%

R = 0.53%
G = 78.31%
B = 21.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#019428 (or 0x019428) is known color: Forest Green. HEX triplet: 01, 94 and 28. RGB value is (1,148,40). Sum of RGB (Red+Green+Blue) = 1+148+40=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 148 (58.20% from 255 or 78.31% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 148 - color contains mainly: green. Hex color #019428 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019428 is #FE6BD7. Grayscale: #5C5C5C. Windows color (decimal): -16673752 or 2659329. OLE color: 2659329.

HSL color Cylindrical-coordinate representation of color #019428: hue angle of 135.92º 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 #019428 is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 1 148 40 -
CMYK 0.99 0 0.73 0.42
HSL 135.92º 0.99% 0.29% -
HSV(B) 135.92º 0.99% 0.58% -
XYZ 10.99 21.34 5.55 -
YUV 91.74 98.8 63.28 -
System Red Green Blue C M Y K H S L
Decimal 1 148 40 0.99 0 0.73 0.42 135.92 0.99 0.29
Hex 1 94 28 63 0 49 2A 88 63 1D
Octal 1 224 50 143 0 111 52 210 143 35
Binary 1 10010100 101000 1100011 0 1001001 101010 10001000 1100011 11101

Color Harmonies of #019428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019428

Black with #019428

Text Example


Text Example

White with #019428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019428; }

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

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

background-color css

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

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

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

border-color css

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

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

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