Html Css Color HEX #214231 Everglade

📋 copy color: '#214231'

red 33 ◦ green 66 ◦ blue 49

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

Shades of Everglade #214231

Tints of Everglade #214231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 44.59%

 BLUE value IS 49 (19.53% from 255) = 33.11%

R = 22.3%
G = 44.59%
B = 33.11%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.26

 K value IS 0.74

RGB Variations

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

Color information

#214231 (or 0x214231) is known color: Everglade. HEX triplet: 21, 42 and 31. RGB value is (33,66,49). Sum of RGB (Red+Green+Blue) = 33+66+49=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 66 (26.17% from 255 or 44.59% from 148); Blue value is 49 (19.53% from 255 or 33.11% from 148); Max value from RGB is 66 - color contains mainly: green. Hex color #214231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214231 is #DEBDCE. Grayscale: #363636. Windows color (decimal): -14597583 or 3228193. OLE color: 3228193.

HSL color Cylindrical-coordinate representation of color #214231: hue angle of 149.09º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #214231 is Cyan = 0.5, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.74.

Color convert

RGB 33 66 49 -
CMYK 0.5 0 0.26 0.74
HSL 149.09º 0.33% 0.19% -
HSV(B) 149.09º 0.5% 0.26% -
XYZ 3.13 4.44 3.6 -
YUV 54.2 125.07 112.88 -
System Red Green Blue C M Y K H S L
Decimal 33 66 49 0.5 0 0.26 0.74 149.09 0.33 0.19
Hex 21 42 31 32 0 1A 4A 95 21 13
Octal 41 102 61 62 0 32 112 225 41 23
Binary 100001 1000010 110001 110010 0 11010 1001010 10010101 100001 10011

Color Harmonies of #214231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214231

Black with #214231

Text Example


Text Example

White with #214231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214231; }

 p { color: rgb(33,66,49); }

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

background-color css

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

 a { background-color: rgb(33,66,49); }

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

border-color css

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

 span { border-color: rgb(33,66,49); }

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