#1F6948

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

Shades of Jewel #1F6948

Tints of Jewel #1F6948

Color information

#1F6948 (or 0x1F6948) is unknown color: approx Jewel. HEX triplet: 1F, 69 and 48. RGB value is (31,105,72). Sum of RGB (Red+Green+Blue) = 31+105+72=208 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.90% from 208); Green value is 105 (41.41% from 255 or 50.48% from 208); Blue value is 72 (28.52% from 255 or 34.62% from 208); Max value from RGB is 105 - color contains mainly: green. Hex color #1F6948 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F6948 is #E096B7. Grayscale: #4F4F4F. Windows color (decimal): -14718648 or 4745503. OLE color: 4745503.

HSL color Cylindrical-coordinate representation of color #1F6948: hue angle of 153.24º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F6948 is Cyan = 0.70, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB3110572-
CMYK0.7000.310.59
HSL153.24º54.41%26.67%-
HSV(B)153.24º70.48%41.18%-
XYZ6.7910.867.87-
YUV79.11123.9893.68-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.90%
GREEN value IS 105 (41.41% from 255) = 50.48%
BLUE value IS 72 (28.52% from 255) = 34.62%
R=14.90%
G=50.48%
B=34.62%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal31105720.7000.310.59153.2454.4126.67
Hex1F69484601F3B99361b
Octal37151110106037732316633
Binary111111101001100100010001100111111110111001100111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,105,72); }

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

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

 a { background-color: rgb(31,105,72); }

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

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

 span { border-color: rgb(31,105,72); }

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