Html Css Color HEX #019529 Forest Green

📋 copy color: '#019529'

red 1 ◦ green 149 ◦ blue 41

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

Shades of Forest Green #019529

Tints of Forest Green #019529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.47%

R = 0.52%
G = 78.01%
B = 21.47%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#019529 (or 0x019529) is known color: Forest Green. HEX triplet: 01, 95 and 29. RGB value is (1,149,41). Sum of RGB (Red+Green+Blue) = 1+149+41=191 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 191); Green value is 149 (58.59% from 255 or 78.01% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 149 - color contains mainly: green. Hex color #019529 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019529 is #FE6AD6. Grayscale: #5C5C5C. Windows color (decimal): -16673495 or 2725121. OLE color: 2725121.

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

Color convert

RGB 1 149 41 -
CMYK 0.99 0 0.72 0.42
HSL 136.22º 0.99% 0.29% -
HSV(B) 136.22º 0.99% 0.58% -
XYZ 11.16 21.66 5.69 -
YUV 92.44 98.97 62.78 -
System Red Green Blue C M Y K H S L
Decimal 1 149 41 0.99 0 0.72 0.42 136.22 0.99 0.29
Hex 1 95 29 63 0 48 2A 88 63 1D
Octal 1 225 51 143 0 110 52 210 143 35
Binary 1 10010101 101001 1100011 0 1001000 101010 10001000 1100011 11101

Color Harmonies of #019529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019529

Black with #019529

Text Example


Text Example

White with #019529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019529; }

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

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

background-color css

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

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

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

border-color css

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

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

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