Html Css Color HEX #129048 Salem

📋 copy color: '#129048'

red 18 ◦ green 144 ◦ blue 72

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

Shades of Salem #129048

Tints of Salem #129048

RGB

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

 GREEN value IS 144 (56.64% from 255) = 61.54%

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

R = 7.69%
G = 61.54%
B = 30.77%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.50

 K value IS 0.44

RGB Variations

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

Color information

#129048 (or 0x129048) is known color: Salem. HEX triplet: 12, 90 and 48. RGB value is (18,144,72). Sum of RGB (Red+Green+Blue) = 18+144+72=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 144 (56.64% from 255 or 61.54% from 234); Blue value is 72 (28.52% from 255 or 30.77% from 234); Max value from RGB is 144 - color contains mainly: green. Hex color #129048 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #129048 is #ED6FB7. Grayscale: #626262. Windows color (decimal): -15560632 or 4755474. OLE color: 4755474.

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

Color convert

RGB 18 144 72 -
CMYK 0.88 0 0.50 0.44
HSL 145.71º 0.78% 0.32% -
HSV(B) 145.71º 0.88% 0.56% -
XYZ 11.39 20.54 9.5 -
YUV 98.12 113.26 70.85 -
System Red Green Blue C M Y K H S L
Decimal 18 144 72 0.88 0 0.50 0.44 145.71 0.78 0.32
Hex 12 90 48 58 0 32 2C 92 4E 20
Octal 22 220 110 130 0 62 54 222 116 40
Binary 10010 10010000 1001000 1011000 0 110010 101100 10010010 1001110 100000

Color Harmonies of #129048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #129048

Black with #129048

Text Example


Text Example

White with #129048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #129048; }

 p { color: rgb(18,144,72); }

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

background-color css

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

 a { background-color: rgb(18,144,72); }

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

border-color css

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

 span { border-color: rgb(18,144,72); }

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