Html Css Color HEX #028148 Salem

📋 copy color: '#028148'

red 2 ◦ green 129 ◦ blue 72

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

Shades of Salem #028148

Tints of Salem #028148

RGB

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

 GREEN value IS 129 (50.78% from 255) = 63.55%

 BLUE value IS 72 (28.52% from 255) = 35.47%

R = 0.99%
G = 63.55%
B = 35.47%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#028148 (or 0x028148) is known color: Salem. HEX triplet: 02, 81 and 48. RGB value is (2,129,72). Sum of RGB (Red+Green+Blue) = 2+129+72=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 129 (50.78% from 255 or 63.55% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 129 - color contains mainly: green. Hex color #028148 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028148 is #FD7EB7. Grayscale: #545454. Windows color (decimal): -16613048 or 4751618. OLE color: 4751618.

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

Color convert

RGB 2 129 72 -
CMYK 0.98 0 0.44 0.49
HSL 153.07º 0.97% 0.26% -
HSV(B) 153.07º 0.98% 0.51% -
XYZ 9.04 16.18 8.78 -
YUV 84.53 120.92 69.13 -
System Red Green Blue C M Y K H S L
Decimal 2 129 72 0.98 0 0.44 0.49 153.07 0.97 0.26
Hex 2 81 48 62 0 2C 31 99 61 1A
Octal 2 201 110 142 0 54 61 231 141 32
Binary 10 10000001 1001000 1100010 0 101100 110001 10011001 1100001 11010

Color Harmonies of #028148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028148

Black with #028148

Text Example


Text Example

White with #028148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028148; }

 p { color: rgb(2,129,72); }

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

background-color css

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

 a { background-color: rgb(2,129,72); }

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

border-color css

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

 span { border-color: rgb(2,129,72); }

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