Html Css Color HEX #12893E Salem

📋 copy color: '#12893E'

red 18 ◦ green 137 ◦ blue 62

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

Shades of Salem #12893E

Tints of Salem #12893E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 28.57%

R = 8.29%
G = 63.13%
B = 28.57%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#12893E (or 0x12893E) is known color: Salem. HEX triplet: 12, 89 and 3E. RGB value is (18,137,62). Sum of RGB (Red+Green+Blue) = 18+137+62=217 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.29% from 217); Green value is 137 (53.91% from 255 or 63.13% from 217); Blue value is 62 (24.61% from 255 or 28.57% from 217); Max value from RGB is 137 - color contains mainly: green. Hex color #12893E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12893E is #ED76C1. Grayscale: #5D5D5D. Windows color (decimal): -15562434 or 4098322. OLE color: 4098322.

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

Color convert

RGB 18 137 62 -
CMYK 0.87 0 0.55 0.46
HSL 142.18º 0.77% 0.3% -
HSV(B) 142.18º 0.87% 0.54% -
XYZ 10.06 18.37 7.57 -
YUV 92.87 110.58 74.6 -
System Red Green Blue C M Y K H S L
Decimal 18 137 62 0.87 0 0.55 0.46 142.18 0.77 0.3
Hex 12 89 3E 57 0 37 2E 8E 4D 1E
Octal 22 211 76 127 0 67 56 216 115 36
Binary 10010 10001001 111110 1010111 0 110111 101110 10001110 1001101 11110

Color Harmonies of #12893E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12893E

Black with #12893E

Text Example


Text Example

White with #12893E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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