Html Css Color HEX #018528 Forest Green

📋 copy color: '#018528'

red 1 ◦ green 133 ◦ blue 40

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

Shades of Forest Green #018528

Tints of Forest Green #018528

RGB

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

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

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

R = 0.57%
G = 76.44%
B = 22.99%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#018528 (or 0x018528) is known color: Forest Green. HEX triplet: 01, 85 and 28. RGB value is (1,133,40). Sum of RGB (Red+Green+Blue) = 1+133+40=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 133 (52.34% from 255 or 76.44% from 174); Blue value is 40 (16.02% from 255 or 22.99% from 174); Max value from RGB is 133 - color contains mainly: green. Hex color #018528 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018528 is #FE7AD7. Grayscale: #535353. Windows color (decimal): -16677592 or 2655489. OLE color: 2655489.

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

Color convert

RGB 1 133 40 -
CMYK 0.99 0 0.70 0.48
HSL 137.73º 0.99% 0.26% -
HSV(B) 137.73º 0.99% 0.52% -
XYZ 8.78 16.93 4.81 -
YUV 82.93 103.77 69.56 -
System Red Green Blue C M Y K H S L
Decimal 1 133 40 0.99 0 0.70 0.48 137.73 0.99 0.26
Hex 1 85 28 63 0 46 30 8A 63 1A
Octal 1 205 50 143 0 106 60 212 143 32
Binary 1 10000101 101000 1100011 0 1000110 110000 10001010 1100011 11010

Color Harmonies of #018528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018528

Black with #018528

Text Example


Text Example

White with #018528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018528; }

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

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

background-color css

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

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

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

border-color css

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

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

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