Html Css Color HEX #027F47 Salem

📋 copy color: '#027F47'

red 2 ◦ green 127 ◦ blue 71

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

Shades of Salem #027F47

Tints of Salem #027F47

RGB

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

 GREEN value IS 127 (50% from 255) = 63.5%

 BLUE value IS 71 (28.13% from 255) = 35.5%

R = 1%
G = 63.5%
B = 35.5%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#027F47 (or 0x027F47) is known color: Salem. HEX triplet: 02, 7F and 47. RGB value is (2,127,71). Sum of RGB (Red+Green+Blue) = 2+127+71=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 127 (50% from 255 or 63.5% from 200); Blue value is 71 (28.12% from 255 or 35.5% from 200); Max value from RGB is 127 - color contains mainly: green. Hex color #027F47 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027F47 is #FD80B8. Grayscale: #535353. Windows color (decimal): -16613561 or 4685570. OLE color: 4685570.

HSL color Cylindrical-coordinate representation of color #027F47: hue angle of 153.12º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027F47 is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.50.

Color convert

RGB 2 127 71 -
CMYK 0.98 0 0.44 0.50
HSL 153.12º 0.97% 0.25% -
HSV(B) 153.12º 0.98% 0.5% -
XYZ 8.75 15.65 8.52 -
YUV 83.24 121.09 70.05 -
System Red Green Blue C M Y K H S L
Decimal 2 127 71 0.98 0 0.44 0.50 153.12 0.97 0.25
Hex 2 7F 47 62 0 2C 32 99 61 19
Octal 2 177 107 142 0 54 62 231 141 31
Binary 10 1111111 1000111 1100010 0 101100 110010 10011001 1100001 11001

Color Harmonies of #027F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027F47

Black with #027F47

Text Example


Text Example

White with #027F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027F47; }

 p { color: rgb(2,127,71); }

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

background-color css

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

 a { background-color: rgb(2,127,71); }

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

border-color css

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

 span { border-color: rgb(2,127,71); }

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