#028B37

Color #028B37 Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #028B37

Tints of Salem #028B37

Color information

#028B37 (or 0x028B37) is unknown color: approx Salem. HEX triplet: 02, 8B and 37. RGB value is (2,139,55). Sum of RGB (Red+Green+Blue) = 2+139+55=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 139 (54.69% from 255 or 70.92% from 196); Blue value is 55 (21.88% from 255 or 28.06% from 196); Max value from RGB is 139 - color contains mainly: green. Hex color #028B37 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #028B37 is #FD74C8. Grayscale: #585858. Windows color (decimal): -16610505 or 3640066. OLE color: 3640066.

HSL color Cylindrical-coordinate representation of color #028B37: hue angle of 143.21º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #028B37 is Cyan = 0.99, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB213955-
CMYK0.9900.600.45
HSL143.21º97.16%27.65%-
HSV(B)143.21º98.56%54.51%-
XYZ9.9518.756.71-
YUV88.46109.1166.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.02%
GREEN value IS 139 (54.69% from 255) = 70.92%
BLUE value IS 55 (21.88% from 255) = 28.06%
R=1.02%
G=70.92%
B=28.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal2139550.9900.600.45143.2197.1627.65
Hex28B376303C2D8f611c
Octal2213671430745521714134
Binary10100010111101111100011011110010110110001111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028B37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028B37; }

 p { color: rgb(2,139,55); }

 H1.HeaderClassName
 {
   color: #028B37;
 }
 .AnyTagClassName
 {
   color: #028B37;
 }
</style>
background-color css

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

 a { background-color: rgb(2,139,55); }

 div.DivClassName
 {
   background-color: #028B37;
 }
 .BgClassName
 {
   background-color: #028B37;
 }
</style>
border-color css

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

 span { border-color: rgb(2,139,55); }

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