#1C6248

Color #1C6248 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #1C6248

Tints of Jewel #1C6248

Color information

#1C6248 (or 0x1C6248) is unknown color: approx Jewel. HEX triplet: 1C, 62 and 48. RGB value is (28,98,72). Sum of RGB (Red+Green+Blue) = 28+98+72=198 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.14% from 198); Green value is 98 (38.67% from 255 or 49.49% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 98 - color contains mainly: green. Hex color #1C6248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C6248 is #E39DB7. Grayscale: #4A4A4A. Windows color (decimal): -14917048 or 4743708. OLE color: 4743708.

HSL color Cylindrical-coordinate representation of color #1C6248: hue angle of 157.71º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C6248 is Cyan = 0.71, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB289872-
CMYK0.7100.270.62
HSL157.71º55.56%24.71%-
HSV(B)157.71º71.43%38.43%-
XYZ6.029.457.64-
YUV74.11126.8195.11-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.14%
GREEN value IS 98 (38.67% from 255) = 49.49%
BLUE value IS 72 (28.52% from 255) = 36.36%
R=14.14%
G=49.49%
B=36.36%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2898720.7100.270.62157.7155.5624.71
Hex1C62484701B3E9e3819
Octal34142110107033762367031
Binary111001100010100100010001110110111111101001111011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C6248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,98,72); }

 H1.HeaderClassName
 {
   color: #1C6248;
 }
 .AnyTagClassName
 {
   color: #1C6248;
 }
</style>
background-color css

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

 a { background-color: rgb(28,98,72); }

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

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

 span { border-color: rgb(28,98,72); }

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