Html Css Color HEX #214834 Bottle Green

📋 copy color: '#214834'

red 33 ◦ green 72 ◦ blue 52

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

Shades of Bottle Green #214834

Tints of Bottle Green #214834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 33.12%

R = 21.02%
G = 45.86%
B = 33.12%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.28

 K value IS 0.72

RGB Variations

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

Color information

#214834 (or 0x214834) is known color: Bottle Green. HEX triplet: 21, 48 and 34. RGB value is (33,72,52). Sum of RGB (Red+Green+Blue) = 33+72+52=157 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.02% from 157); Green value is 72 (28.52% from 255 or 45.86% from 157); Blue value is 52 (20.70% from 255 or 33.12% from 157); Max value from RGB is 72 - color contains mainly: green. Hex color #214834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214834 is #DEB7CB. Grayscale: #3A3A3A. Windows color (decimal): -14596044 or 3426337. OLE color: 3426337.

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

Color convert

RGB 33 72 52 -
CMYK 0.54 0 0.28 0.72
HSL 149.23º 0.37% 0.21% -
HSV(B) 149.23º 0.54% 0.28% -
XYZ 3.56 5.21 4.07 -
YUV 58.06 124.58 110.13 -
System Red Green Blue C M Y K H S L
Decimal 33 72 52 0.54 0 0.28 0.72 149.23 0.37 0.21
Hex 21 48 34 36 0 1C 48 95 25 15
Octal 41 110 64 66 0 34 110 225 45 25
Binary 100001 1001000 110100 110110 0 11100 1001000 10010101 100101 10101

Color Harmonies of #214834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214834

Black with #214834

Text Example


Text Example

White with #214834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214834; }

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

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

background-color css

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

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

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

border-color css

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

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

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