#214733

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

Shades of Bottle Green #214733

Tints of Bottle Green #214733

Color information

#214733 (or 0x214733) is unknown color: approx Bottle Green. HEX triplet: 21, 47 and 33. RGB value is (33,71,51). Sum of RGB (Red+Green+Blue) = 33+71+51=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 71 (28.12% from 255 or 45.81% from 155); Blue value is 51 (20.31% from 255 or 32.90% from 155); Max value from RGB is 71 - color contains mainly: green. Hex color #214733 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214733 is #DEB8CC. Grayscale: #393939. Windows color (decimal): -14596301 or 3360545. OLE color: 3360545.

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

Color convert

RGB337151-
CMYK0.5400.280.72
HSL148.42º36.54%20.39%-
HSV(B)148.42º53.52%27.84%-
XYZ3.485.073.93-
YUV57.36124.41110.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.29%
GREEN value IS 71 (28.12% from 255) = 45.81%
BLUE value IS 51 (20.31% from 255) = 32.90%
R=21.29%
G=45.81%
B=32.90%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3371510.5400.280.72148.4236.5420.39
Hex2147333601C48942514
Octal4110763660341102244524
Binary100001100011111001111011001110010010001001010010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214733; }

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

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

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

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

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

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

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

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