Html Css Color HEX #127F42 Salem

📋 copy color: '#127F42'

red 18 ◦ green 127 ◦ blue 66

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

Shades of Salem #127F42

Tints of Salem #127F42

RGB

 RED value IS 18 (7.42% from 255) = 8.53%

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

 BLUE value IS 66 (26.17% from 255) = 31.28%

R = 8.53%
G = 60.19%
B = 31.28%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.48

 K value IS 0.50

RGB Variations

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

Color information

#127F42 (or 0x127F42) is known color: Salem. HEX triplet: 12, 7F and 42. RGB value is (18,127,66). Sum of RGB (Red+Green+Blue) = 18+127+66=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 127 (50% from 255 or 60.19% from 211); Blue value is 66 (26.17% from 255 or 31.28% from 211); Max value from RGB is 127 - color contains mainly: green. Hex color #127F42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127F42 is #ED80BD. Grayscale: #575757. Windows color (decimal): -15564990 or 4357906. OLE color: 4357906.

HSL color Cylindrical-coordinate representation of color #127F42: hue angle of 146.42º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127F42 is Cyan = 0.86, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB 18 127 66 -
CMYK 0.86 0 0.48 0.50
HSL 146.42º 0.75% 0.28% -
HSV(B) 146.42º 0.86% 0.5% -
XYZ 8.82 15.7 7.72 -
YUV 87.46 115.89 78.46 -
System Red Green Blue C M Y K H S L
Decimal 18 127 66 0.86 0 0.48 0.50 146.42 0.75 0.28
Hex 12 7F 42 56 0 30 32 92 4B 1C
Octal 22 177 102 126 0 60 62 222 113 34
Binary 10010 1111111 1000010 1010110 0 110000 110010 10010010 1001011 11100

Color Harmonies of #127F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127F42

Black with #127F42

Text Example


Text Example

White with #127F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127F42; }

 p { color: rgb(18,127,66); }

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

background-color css

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

 a { background-color: rgb(18,127,66); }

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

border-color css

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

 span { border-color: rgb(18,127,66); }

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