Html Css Color HEX #019526 Forest Green

📋 copy color: '#019526'

red 1 ◦ green 149 ◦ blue 38

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

Shades of Forest Green #019526

Tints of Forest Green #019526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 20.21%

R = 0.53%
G = 79.26%
B = 20.21%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#019526 (or 0x019526) is known color: Forest Green. HEX triplet: 01, 95 and 26. RGB value is (1,149,38). Sum of RGB (Red+Green+Blue) = 1+149+38=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 149 (58.59% from 255 or 79.26% from 188); Blue value is 38 (15.23% from 255 or 20.21% from 188); Max value from RGB is 149 - color contains mainly: green. Hex color #019526 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019526 is #FE6AD9. Grayscale: #5C5C5C. Windows color (decimal): -16673498 or 2528513. OLE color: 2528513.

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

Color convert

RGB 1 149 38 -
CMYK 0.99 0 0.74 0.42
HSL 135º 0.99% 0.29% -
HSV(B) 135º 0.99% 0.58% -
XYZ 11.11 21.64 5.43 -
YUV 92.09 97.47 63.03 -
System Red Green Blue C M Y K H S L
Decimal 1 149 38 0.99 0 0.74 0.42 135 0.99 0.29
Hex 1 95 26 63 0 4A 2A 87 63 1D
Octal 1 225 46 143 0 112 52 207 143 35
Binary 1 10010101 100110 1100011 0 1001010 101010 10000111 1100011 11101

Color Harmonies of #019526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #019526

Black with #019526

Text Example


Text Example

White with #019526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #019526; }

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

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

background-color css

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

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

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

border-color css

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

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

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