#1F4432

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

Shades of Bottle Green #1F4432

Tints of Bottle Green #1F4432

Color information

#1F4432 (or 0x1F4432) is unknown color: approx Bottle Green. HEX triplet: 1F, 44 and 32. RGB value is (31,68,50). Sum of RGB (Red+Green+Blue) = 31+68+50=149 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.81% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 50 (19.92% from 255 or 33.56% from 149); Max value from RGB is 68 - color contains mainly: green. Hex color #1F4432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4432 is #E0BBCD. Grayscale: #363636. Windows color (decimal): -14728142 or 3294239. OLE color: 3294239.

HSL color Cylindrical-coordinate representation of color #1F4432: hue angle of 150.81º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1F4432 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB316850-
CMYK0.5400.260.73
HSL150.81º37.37%19.41%-
HSV(B)150.81º54.41%26.67%-
XYZ3.214.663.75-
YUV54.88125.24110.96-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.81%
GREEN value IS 68 (26.95% from 255) = 45.64%
BLUE value IS 50 (19.92% from 255) = 33.56%
R=20.81%
G=45.64%
B=33.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3168500.5400.260.73150.8137.3719.41
Hex1F44323601A49972513
Octal3710462660321112274523
Binary11111100010011001011011001101010010011001011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,68,50); }

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

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

 a { background-color: rgb(31,68,50); }

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

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

 span { border-color: rgb(31,68,50); }

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