Html Css Color HEX #214836 Bottle Green

📋 copy color: '#214836'

red 33 ◦ green 72 ◦ blue 54

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

Shades of Bottle Green #214836

Tints of Bottle Green #214836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 33.96%

R = 20.75%
G = 45.28%
B = 33.96%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#214836 (or 0x214836) is known color: Bottle Green. HEX triplet: 21, 48 and 36. RGB value is (33,72,54). Sum of RGB (Red+Green+Blue) = 33+72+54=159 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.75% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 54 (21.48% from 255 or 33.96% from 159); Max value from RGB is 72 - color contains mainly: green. Hex color #214836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214836 is #DEB7C9. Grayscale: #3A3A3A. Windows color (decimal): -14596042 or 3557409. OLE color: 3557409.

HSL color Cylindrical-coordinate representation of color #214836: hue angle of 152.31º 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 #214836 is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB 33 72 54 -
CMYK 0.54 0 0.25 0.72
HSL 152.31º 0.37% 0.21% -
HSV(B) 152.31º 0.54% 0.28% -
XYZ 3.61 5.22 4.31 -
YUV 58.29 125.58 109.96 -
System Red Green Blue C M Y K H S L
Decimal 33 72 54 0.54 0 0.25 0.72 152.31 0.37 0.21
Hex 21 48 36 36 0 19 48 98 25 15
Octal 41 110 66 66 0 31 110 230 45 25
Binary 100001 1001000 110110 110110 0 11001 1001000 10011000 100101 10101

Color Harmonies of #214836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214836

Black with #214836

Text Example


Text Example

White with #214836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214836; }

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

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

background-color css

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

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

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

border-color css

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

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

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