Html Css Color HEX #028529 Forest Green

📋 copy color: '#028529'

red 2 ◦ green 133 ◦ blue 41

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

Shades of Forest Green #028529

Tints of Forest Green #028529

RGB

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

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

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

R = 1.14%
G = 75.57%
B = 23.3%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#028529 (or 0x028529) is known color: Forest Green. HEX triplet: 02, 85 and 29. RGB value is (2,133,41). Sum of RGB (Red+Green+Blue) = 2+133+41=176 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 176); Green value is 133 (52.34% from 255 or 75.57% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 133 - color contains mainly: green. Hex color #028529 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028529 is #FD7AD6. Grayscale: #535353. Windows color (decimal): -16612055 or 2721026. OLE color: 2721026.

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

Color convert

RGB 2 133 41 -
CMYK 0.98 0 0.69 0.48
HSL 137.86º 0.97% 0.26% -
HSV(B) 137.86º 0.98% 0.52% -
XYZ 8.81 16.95 4.9 -
YUV 83.34 104.1 69.98 -
System Red Green Blue C M Y K H S L
Decimal 2 133 41 0.98 0 0.69 0.48 137.86 0.97 0.26
Hex 2 85 29 62 0 45 30 8A 61 1A
Octal 2 205 51 142 0 105 60 212 141 32
Binary 10 10000101 101001 1100010 0 1000101 110000 10001010 1100001 11010

Color Harmonies of #028529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028529

Black with #028529

Text Example


Text Example

White with #028529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028529; }

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

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

background-color css

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

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

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

border-color css

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

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

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