Html Css Color HEX #028524 Forest Green

📋 copy color: '#028524'

red 2 ◦ green 133 ◦ blue 36

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

Shades of Forest Green #028524

Tints of Forest Green #028524

RGB

 RED value IS 2 (1.17% from 255) = 1.17%

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

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

R = 1.17%
G = 77.78%
B = 21.05%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#028524 (or 0x028524) is known color: Forest Green. HEX triplet: 02, 85 and 24. RGB value is (2,133,36). Sum of RGB (Red+Green+Blue) = 2+133+36=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 133 (52.34% from 255 or 77.78% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 133 - color contains mainly: green. Hex color #028524 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028524 is #FD7ADB. Grayscale: #535353. Windows color (decimal): -16612060 or 2393346. OLE color: 2393346.

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

Color convert

RGB 2 133 36 -
CMYK 0.98 0 0.73 0.48
HSL 135.57º 0.97% 0.26% -
HSV(B) 135.57º 0.98% 0.52% -
XYZ 8.73 16.92 4.47 -
YUV 82.77 101.6 70.39 -
System Red Green Blue C M Y K H S L
Decimal 2 133 36 0.98 0 0.73 0.48 135.57 0.97 0.26
Hex 2 85 24 62 0 49 30 88 61 1A
Octal 2 205 44 142 0 111 60 210 141 32
Binary 10 10000101 100100 1100010 0 1001001 110000 10001000 1100001 11010

Color Harmonies of #028524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028524

Black with #028524

Text Example


Text Example

White with #028524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028524; }

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

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

background-color css

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

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

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

border-color css

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

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

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