Html Css Color HEX #018529 Forest Green

📋 copy color: '#018529'

red 1 ◦ green 133 ◦ blue 41

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

Shades of Forest Green #018529

Tints of Forest Green #018529

RGB

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

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

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

R = 0.57%
G = 76%
B = 23.43%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#018529 (or 0x018529) is known color: Forest Green. HEX triplet: 01, 85 and 29. RGB value is (1,133,41). Sum of RGB (Red+Green+Blue) = 1+133+41=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 133 (52.34% from 255 or 76% from 175); Blue value is 41 (16.41% from 255 or 23.43% from 175); Max value from RGB is 133 - color contains mainly: green. Hex color #018529 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018529 is #FE7AD6. Grayscale: #535353. Windows color (decimal): -16677591 or 2721025. OLE color: 2721025.

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

Color convert

RGB 1 133 41 -
CMYK 0.99 0 0.69 0.48
HSL 138.18º 0.99% 0.26% -
HSV(B) 138.18º 0.99% 0.52% -
XYZ 8.8 16.94 4.9 -
YUV 83.04 104.27 69.48 -
System Red Green Blue C M Y K H S L
Decimal 1 133 41 0.99 0 0.69 0.48 138.18 0.99 0.26
Hex 1 85 29 63 0 45 30 8A 63 1A
Octal 1 205 51 143 0 105 60 212 143 32
Binary 1 10000101 101001 1100011 0 1000101 110000 10001010 1100011 11010

Color Harmonies of #018529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018529

Black with #018529

Text Example


Text Example

White with #018529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018529; }

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

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

background-color css

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

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

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

border-color css

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

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

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