Html Css Color HEX #129247 Salem

📋 copy color: '#129247'

red 18 ◦ green 146 ◦ blue 71

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

Shades of Salem #129247

Tints of Salem #129247

RGB

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

 GREEN value IS 146 (57.42% from 255) = 62.13%

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

R = 7.66%
G = 62.13%
B = 30.21%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#129247 (or 0x129247) is known color: Salem. HEX triplet: 12, 92 and 47. RGB value is (18,146,71). Sum of RGB (Red+Green+Blue) = 18+146+71=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 146 (57.42% from 255 or 62.13% from 235); Blue value is 71 (28.12% from 255 or 30.21% from 235); Max value from RGB is 146 - color contains mainly: green. Hex color #129247 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129247 is #ED6DB8. Grayscale: #636363. Windows color (decimal): -15560121 or 4690450. OLE color: 4690450.

HSL color Cylindrical-coordinate representation of color #129247: hue angle of 144.84º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #129247 is Cyan = 0.88, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 146 71 -
CMYK 0.88 0 0.51 0.43
HSL 144.84º 0.78% 0.32% -
HSV(B) 144.84º 0.88% 0.57% -
XYZ 11.67 21.14 9.43 -
YUV 99.18 112.09 70.1 -
System Red Green Blue C M Y K H S L
Decimal 18 146 71 0.88 0 0.51 0.43 144.84 0.78 0.32
Hex 12 92 47 58 0 33 2B 91 4E 20
Octal 22 222 107 130 0 63 53 221 116 40
Binary 10010 10010010 1000111 1011000 0 110011 101011 10010001 1001110 100000

Color Harmonies of #129247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129247

Black with #129247

Text Example


Text Example

White with #129247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129247; }

 p { color: rgb(18,146,71); }

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

background-color css

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

 a { background-color: rgb(18,146,71); }

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

border-color css

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

 span { border-color: rgb(18,146,71); }

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