Html Css Color HEX #214835 Bottle Green

📋 copy color: '#214835'

red 33 ◦ green 72 ◦ blue 53

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

Shades of Bottle Green #214835

Tints of Bottle Green #214835

RGB

 RED value IS 33 (13.28% from 255) = 20.89%

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

 BLUE value IS 53 (21.09% from 255) = 33.54%

R = 20.89%
G = 45.57%
B = 33.54%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.26

 K value IS 0.72

RGB Variations

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

Color information

#214835 (or 0x214835) is known color: Bottle Green. HEX triplet: 21, 48 and 35. RGB value is (33,72,53). Sum of RGB (Red+Green+Blue) = 33+72+53=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 72 (28.52% from 255 or 45.57% from 158); Blue value is 53 (21.09% from 255 or 33.54% from 158); Max value from RGB is 72 - color contains mainly: green. Hex color #214835 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214835 is #DEB7CA. Grayscale: #3A3A3A. Windows color (decimal): -14596043 or 3491873. OLE color: 3491873.

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

Color convert

RGB 33 72 53 -
CMYK 0.54 0 0.26 0.72
HSL 150.77º 0.37% 0.21% -
HSV(B) 150.77º 0.54% 0.28% -
XYZ 3.59 5.22 4.19 -
YUV 58.17 125.08 110.04 -
System Red Green Blue C M Y K H S L
Decimal 33 72 53 0.54 0 0.26 0.72 150.77 0.37 0.21
Hex 21 48 35 36 0 1A 48 97 25 15
Octal 41 110 65 66 0 32 110 227 45 25
Binary 100001 1001000 110101 110110 0 11010 1001000 10010111 100101 10101

Color Harmonies of #214835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214835

Black with #214835

Text Example


Text Example

White with #214835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214835; }

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

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

background-color css

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

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

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

border-color css

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

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

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