#214B35

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

Shades of Bottle Green #214B35

Tints of Bottle Green #214B35

Color information

#214B35 (or 0x214B35) is unknown color: approx Bottle Green. HEX triplet: 21, 4B and 35. RGB value is (33,75,53). Sum of RGB (Red+Green+Blue) = 33+75+53=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 75 (29.69% from 255 or 46.58% from 161); Blue value is 53 (21.09% from 255 or 32.92% from 161); Max value from RGB is 75 - color contains mainly: green. Hex color #214B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214B35 is #DEB4CA. Grayscale: #3B3B3B. Windows color (decimal): -14595275 or 3492641. OLE color: 3492641.

HSL color Cylindrical-coordinate representation of color #214B35: hue angle of 148.57º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #214B35 is Cyan = 0.56, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB337553-
CMYK0.5600.290.71
HSL148.57º38.89%21.18%-
HSV(B)148.57º56%29.41%-
XYZ3.795.614.25-
YUV59.93124.09108.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.50%
GREEN value IS 75 (29.69% from 255) = 46.58%
BLUE value IS 53 (21.09% from 255) = 32.92%
R=20.50%
G=46.58%
B=32.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3375530.5600.290.71148.5738.8921.18
Hex214B353801D47952715
Octal4111365700351072254725
Binary100001100101111010111100001110110001111001010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214B35; }

 p { color: rgb(33,75,53); }

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

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

 a { background-color: rgb(33,75,53); }

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

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

 span { border-color: rgb(33,75,53); }

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