Html Css Color HEX #019528 Forest Green

📋 copy color: '#019528'

red 1 ◦ green 149 ◦ blue 40

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

Shades of Forest Green #019528

Tints of Forest Green #019528

RGB

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

 GREEN value IS 149 (58.59% from 255) = 78.42%

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

R = 0.53%
G = 78.42%
B = 21.05%

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

#019528 (or 0x019528) is known color: Forest Green. HEX triplet: 01, 95 and 28. RGB value is (1,149,40). Sum of RGB (Red+Green+Blue) = 1+149+40=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 149 (58.59% from 255 or 78.42% from 190); Blue value is 40 (16.02% from 255 or 21.05% from 190); Max value from RGB is 149 - color contains mainly: green. Hex color #019528 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019528 is #FE6AD7. Grayscale: #5C5C5C. Windows color (decimal): -16673496 or 2659585. OLE color: 2659585.

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

Color convert

RGB 1 149 40 -
CMYK 0.99 0 0.73 0.42
HSL 135.81º 0.99% 0.29% -
HSV(B) 135.81º 0.99% 0.58% -
XYZ 11.14 21.65 5.6 -
YUV 92.32 98.47 62.86 -
System Red Green Blue C M Y K H S L
Decimal 1 149 40 0.99 0 0.73 0.42 135.81 0.99 0.29
Hex 1 95 28 63 0 49 2A 88 63 1D
Octal 1 225 50 143 0 111 52 210 143 35
Binary 1 10010101 101000 1100011 0 1001001 101010 10001000 1100011 11101

Color Harmonies of #019528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019528

Black with #019528

Text Example


Text Example

White with #019528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019528; }

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

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

background-color css

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

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

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

border-color css

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

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

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