#1F4733

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

Shades of Bottle Green #1F4733

Tints of Bottle Green #1F4733

Color information

#1F4733 (or 0x1F4733) is unknown color: approx Bottle Green. HEX triplet: 1F, 47 and 33. RGB value is (31,71,51). Sum of RGB (Red+Green+Blue) = 31+71+51=153 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.26% from 153); Green value is 71 (28.12% from 255 or 46.41% from 153); Blue value is 51 (20.31% from 255 or 33.33% from 153); Max value from RGB is 71 - color contains mainly: green. Hex color #1F4733 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4733 is #E0B8CC. Grayscale: #383838. Windows color (decimal): -14727373 or 3360543. OLE color: 3360543.

HSL color Cylindrical-coordinate representation of color #1F4733: hue angle of 150º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1F4733 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.72.

Color convert

RGB317151-
CMYK0.5600.280.72
HSL150º39.22%20%-
HSV(B)150º56.34%27.84%-
XYZ3.425.043.92-
YUV56.76124.75109.63-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.26%
GREEN value IS 71 (28.12% from 255) = 46.41%
BLUE value IS 51 (20.31% from 255) = 33.33%
R=20.26%
G=46.41%
B=33.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3171510.5600.280.7215039.2220
Hex1F47333801C48962714
Octal3710763700341102264724
Binary11111100011111001111100001110010010001001011010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,71,51); }

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

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

 a { background-color: rgb(31,71,51); }

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

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

 span { border-color: rgb(31,71,51); }

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