Html Css Color HEX #12893C Salem

📋 copy color: '#12893C'

red 18 ◦ green 137 ◦ blue 60

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

Shades of Salem #12893C

Tints of Salem #12893C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 63.72%

 BLUE value IS 60 (23.83% from 255) = 27.91%

R = 8.37%
G = 63.72%
B = 27.91%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#12893C (or 0x12893C) is known color: Salem. HEX triplet: 12, 89 and 3C. RGB value is (18,137,60). Sum of RGB (Red+Green+Blue) = 18+137+60=215 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.37% from 215); Green value is 137 (53.91% from 255 or 63.72% from 215); Blue value is 60 (23.83% from 255 or 27.91% from 215); Max value from RGB is 137 - color contains mainly: green. Hex color #12893C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12893C is #ED76C3. Grayscale: #5C5C5C. Windows color (decimal): -15562436 or 3967250. OLE color: 3967250.

HSL color Cylindrical-coordinate representation of color #12893C: hue angle of 141.18º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12893C is Cyan = 0.87, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 137 60 -
CMYK 0.87 0 0.56 0.46
HSL 141.18º 0.77% 0.3% -
HSV(B) 141.18º 0.87% 0.54% -
XYZ 10.01 18.35 7.29 -
YUV 92.64 109.58 74.76 -
System Red Green Blue C M Y K H S L
Decimal 18 137 60 0.87 0 0.56 0.46 141.18 0.77 0.3
Hex 12 89 3C 57 0 38 2E 8D 4D 1E
Octal 22 211 74 127 0 70 56 215 115 36
Binary 10010 10001001 111100 1010111 0 111000 101110 10001101 1001101 11110

Color Harmonies of #12893C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12893C

Black with #12893C

Text Example


Text Example

White with #12893C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12893C; }

 p { color: rgb(18,137,60); }

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

background-color css

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

 a { background-color: rgb(18,137,60); }

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

border-color css

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

 span { border-color: rgb(18,137,60); }

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