Html Css Color HEX #018524 Forest Green

📋 copy color: '#018524'

red 1 ◦ green 133 ◦ blue 36

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

Shades of Forest Green #018524

Tints of Forest Green #018524

RGB

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

 GREEN value IS 133 (52.34% from 255) = 78.24%

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

R = 0.59%
G = 78.24%
B = 21.18%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#018524 (or 0x018524) is known color: Forest Green. HEX triplet: 01, 85 and 24. RGB value is (1,133,36). Sum of RGB (Red+Green+Blue) = 1+133+36=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 133 (52.34% from 255 or 78.24% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 133 - color contains mainly: green. Hex color #018524 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018524 is #FE7ADB. Grayscale: #525252. Windows color (decimal): -16677596 or 2393345. OLE color: 2393345.

HSL color Cylindrical-coordinate representation of color #018524: hue angle of 135.91º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018524 is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 133 36 -
CMYK 0.99 0 0.73 0.48
HSL 135.91º 0.99% 0.26% -
HSV(B) 135.91º 0.99% 0.52% -
XYZ 8.72 16.91 4.47 -
YUV 82.47 101.77 69.89 -
System Red Green Blue C M Y K H S L
Decimal 1 133 36 0.99 0 0.73 0.48 135.91 0.99 0.26
Hex 1 85 24 63 0 49 30 88 63 1A
Octal 1 205 44 143 0 111 60 210 143 32
Binary 1 10000101 100100 1100011 0 1001001 110000 10001000 1100011 11010

Color Harmonies of #018524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018524

Black with #018524

Text Example


Text Example

White with #018524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018524; }

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

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

background-color css

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

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

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

border-color css

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

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

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