#1B6246

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

Shades of Jewel #1B6246

Tints of Jewel #1B6246

Color information

#1B6246 (or 0x1B6246) is unknown color: approx Jewel. HEX triplet: 1B, 62 and 46. RGB value is (27,98,70). Sum of RGB (Red+Green+Blue) = 27+98+70=195 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.85% from 195); Green value is 98 (38.67% from 255 or 50.26% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 98 - color contains mainly: green. Hex color #1B6246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B6246 is #E49DB9. Grayscale: #494949. Windows color (decimal): -14982586 or 4612635. OLE color: 4612635.

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

Color convert

RGB279870-
CMYK0.7200.290.62
HSL156.34º56.8%24.51%-
HSV(B)156.34º72.45%38.43%-
XYZ5.939.417.3-
YUV73.58125.9894.78-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.85%
GREEN value IS 98 (38.67% from 255) = 50.26%
BLUE value IS 70 (27.73% from 255) = 35.90%
R=13.85%
G=50.26%
B=35.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2798700.7200.290.62156.3456.824.51
Hex1B62464801D3E9c3919
Octal33142106110035762347131
Binary110111100010100011010010000111011111101001110011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B6246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,98,70); }

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

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

 a { background-color: rgb(27,98,70); }

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

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

 span { border-color: rgb(27,98,70); }

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