Html Css Color HEX #1C893F Salem

📋 copy color: '#1C893F'

red 28 ◦ green 137 ◦ blue 63

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

Shades of Salem #1C893F

Tints of Salem #1C893F

RGB

 RED value IS 28 (11.33% from 255) = 12.28%

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

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

R = 12.28%
G = 60.09%
B = 27.63%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#1C893F (or 0x1C893F) is known color: Salem. HEX triplet: 1C, 89 and 3F. RGB value is (28,137,63). Sum of RGB (Red+Green+Blue) = 28+137+63=228 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.28% from 228); Green value is 137 (53.91% from 255 or 60.09% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 137 - color contains mainly: green. Hex color #1C893F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1C893F is #E376C0. Grayscale: #606060. Windows color (decimal): -14907073 or 4163868. OLE color: 4163868.

HSL color Cylindrical-coordinate representation of color #1C893F: hue angle of 139.27º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C893F is Cyan = 0.80, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB 28 137 63 -
CMYK 0.80 0 0.54 0.46
HSL 139.27º 0.66% 0.32% -
HSV(B) 139.27º 0.8% 0.54% -
XYZ 10.32 18.5 7.73 -
YUV 95.97 109.39 79.52 -
System Red Green Blue C M Y K H S L
Decimal 28 137 63 0.80 0 0.54 0.46 139.27 0.66 0.32
Hex 1C 89 3F 50 0 36 2E 8B 42 20
Octal 34 211 77 120 0 66 56 213 102 40
Binary 11100 10001001 111111 1010000 0 110110 101110 10001011 1000010 100000

Color Harmonies of #1C893F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C893F

Black with #1C893F

Text Example


Text Example

White with #1C893F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C893F; }

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

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

background-color css

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

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

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

border-color css

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

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

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