Html Css Color HEX #1F4832 Bottle Green

📋 copy color: '#1F4832'

red 31 ◦ green 72 ◦ blue 50

#1F4832
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bottle Green #1F4832

Tints of Bottle Green #1F4832

RGB

 RED value IS 31 (12.5% from 255) = 20.26%

 GREEN value IS 72 (28.52% from 255) = 47.06%

 BLUE value IS 50 (19.92% from 255) = 32.68%

R = 20.26%
G = 47.06%
B = 32.68%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#1F4832 (or 0x1F4832) is known color: Bottle Green. HEX triplet: 1F, 48 and 32. RGB value is (31,72,50). Sum of RGB (Red+Green+Blue) = 31+72+50=153 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.26% from 153); Green value is 72 (28.52% from 255 or 47.06% from 153); Blue value is 50 (19.92% from 255 or 32.68% from 153); Max value from RGB is 72 - color contains mainly: green. Hex color #1F4832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4832 is #E0B7CD. Grayscale: #393939. Windows color (decimal): -14727118 or 3295263. OLE color: 3295263.

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

Color convert

RGB 31 72 50 -
CMYK 0.57 0 0.31 0.72
HSL 147.8º 0.4% 0.2% -
HSV(B) 147.8º 0.57% 0.28% -
XYZ 3.46 5.16 3.83 -
YUV 57.23 123.92 109.29 -
System Red Green Blue C M Y K H S L
Decimal 31 72 50 0.57 0 0.31 0.72 147.8 0.4 0.2
Hex 1F 48 32 39 0 1F 48 94 28 14
Octal 37 110 62 71 0 37 110 224 50 24
Binary 11111 1001000 110010 111001 0 11111 1001000 10010100 101000 10100

Color Harmonies of #1F4832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4832

Black with #1F4832

Text Example


Text Example

White with #1F4832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F4832;
 }
 .AnyTagClassName
 {
   color: #1F4832;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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