Html Css Color HEX #028541 Salem

📋 copy color: '#028541'

red 2 ◦ green 133 ◦ blue 65

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

Shades of Salem #028541

Tints of Salem #028541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 32.5%

R = 1%
G = 66.5%
B = 32.5%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#028541 (or 0x028541) is known color: Salem. HEX triplet: 02, 85 and 41. RGB value is (2,133,65). Sum of RGB (Red+Green+Blue) = 2+133+65=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 133 (52.34% from 255 or 66.5% from 200); Blue value is 65 (25.78% from 255 or 32.5% from 200); Max value from RGB is 133 - color contains mainly: green. Hex color #028541 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028541 is #FD7ABE. Grayscale: #565656. Windows color (decimal): -16612031 or 4293890. OLE color: 4293890.

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

Color convert

RGB 2 133 65 -
CMYK 0.98 0 0.51 0.48
HSL 148.86º 0.97% 0.26% -
HSV(B) 148.86º 0.98% 0.52% -
XYZ 9.37 17.17 7.82 -
YUV 86.08 116.1 68.03 -
System Red Green Blue C M Y K H S L
Decimal 2 133 65 0.98 0 0.51 0.48 148.86 0.97 0.26
Hex 2 85 41 62 0 33 30 95 61 1A
Octal 2 205 101 142 0 63 60 225 141 32
Binary 10 10000101 1000001 1100010 0 110011 110000 10010101 1100001 11010

Color Harmonies of #028541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028541

Black with #028541

Text Example


Text Example

White with #028541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028541; }

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

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

background-color css

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

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

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

border-color css

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

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

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