Html Css Color HEX #12893F Salem

📋 copy color: '#12893F'

red 18 ◦ green 137 ◦ blue 63

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

Shades of Salem #12893F

Tints of Salem #12893F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 28.9%

R = 8.26%
G = 62.84%
B = 28.9%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#12893F (or 0x12893F) is known color: Salem. HEX triplet: 12, 89 and 3F. RGB value is (18,137,63). Sum of RGB (Red+Green+Blue) = 18+137+63=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 137 (53.91% from 255 or 62.84% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 137 - color contains mainly: green. Hex color #12893F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12893F is #ED76C0. Grayscale: #5D5D5D. Windows color (decimal): -15562433 or 4163858. OLE color: 4163858.

HSL color Cylindrical-coordinate representation of color #12893F: hue angle of 142.69º 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 #12893F is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 137 63 -
CMYK 0.87 0 0.54 0.46
HSL 142.69º 0.77% 0.3% -
HSV(B) 142.69º 0.87% 0.54% -
XYZ 10.09 18.38 7.72 -
YUV 92.98 111.08 74.52 -
System Red Green Blue C M Y K H S L
Decimal 18 137 63 0.87 0 0.54 0.46 142.69 0.77 0.3
Hex 12 89 3F 57 0 36 2E 8F 4D 1E
Octal 22 211 77 127 0 66 56 217 115 36
Binary 10010 10001001 111111 1010111 0 110110 101110 10001111 1001101 11110

Color Harmonies of #12893F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12893F

Black with #12893F

Text Example


Text Example

White with #12893F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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