Html Css Color HEX #214533 Bottle Green

📋 copy color: '#214533'

red 33 ◦ green 69 ◦ blue 51

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

Shades of Bottle Green #214533

Tints of Bottle Green #214533

RGB

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

 GREEN value IS 69 (27.34% from 255) = 45.1%

 BLUE value IS 51 (20.31% from 255) = 33.33%

R = 21.57%
G = 45.1%
B = 33.33%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.73

RGB Variations

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

Color information

#214533 (or 0x214533) is known color: Bottle Green. HEX triplet: 21, 45 and 33. RGB value is (33,69,51). Sum of RGB (Red+Green+Blue) = 33+69+51=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 69 (27.34% from 255 or 45.10% from 153); Blue value is 51 (20.31% from 255 or 33.33% from 153); Max value from RGB is 69 - color contains mainly: green. Hex color #214533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214533 is #DEBACC. Grayscale: #383838. Windows color (decimal): -14596813 or 3360033. OLE color: 3360033.

HSL color Cylindrical-coordinate representation of color #214533: hue angle of 150º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #214533 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.

Color convert

RGB 33 69 51 -
CMYK 0.52 0 0.26 0.73
HSL 150º 0.35% 0.2% -
HSV(B) 150º 0.52% 0.27% -
XYZ 3.35 4.82 3.89 -
YUV 56.18 125.07 111.46 -
System Red Green Blue C M Y K H S L
Decimal 33 69 51 0.52 0 0.26 0.73 150 0.35 0.2
Hex 21 45 33 34 0 1A 49 96 23 14
Octal 41 105 63 64 0 32 111 226 43 24
Binary 100001 1000101 110011 110100 0 11010 1001001 10010110 100011 10100

Color Harmonies of #214533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214533

Black with #214533

Text Example


Text Example

White with #214533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214533; }

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

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

background-color css

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

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

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

border-color css

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

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

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