Html Css Color HEX #028521 Forest Green

📋 copy color: '#028521'

red 2 ◦ green 133 ◦ blue 33

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

Shades of Forest Green #028521

Tints of Forest Green #028521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 19.64%

R = 1.19%
G = 79.17%
B = 19.64%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#028521 (or 0x028521) is known color: Forest Green. HEX triplet: 02, 85 and 21. RGB value is (2,133,33). Sum of RGB (Red+Green+Blue) = 2+133+33=168 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.19% from 168); Green value is 133 (52.34% from 255 or 79.17% from 168); Blue value is 33 (13.28% from 255 or 19.64% from 168); Max value from RGB is 133 - color contains mainly: green. Hex color #028521 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028521 is #FD7ADE. Grayscale: #525252. Windows color (decimal): -16612063 or 2196738. OLE color: 2196738.

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

Color convert

RGB 2 133 33 -
CMYK 0.98 0 0.75 0.48
HSL 134.2º 0.97% 0.26% -
HSV(B) 134.2º 0.98% 0.52% -
XYZ 8.69 16.9 4.24 -
YUV 82.43 100.1 70.63 -
System Red Green Blue C M Y K H S L
Decimal 2 133 33 0.98 0 0.75 0.48 134.2 0.97 0.26
Hex 2 85 21 62 0 4B 30 86 61 1A
Octal 2 205 41 142 0 113 60 206 141 32
Binary 10 10000101 100001 1100010 0 1001011 110000 10000110 1100001 11010

Color Harmonies of #028521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028521

Black with #028521

Text Example


Text Example

White with #028521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028521; }

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

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

background-color css

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

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

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

border-color css

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

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

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