#214030

Color #214030 Everglade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Everglade #214030

Tints of Everglade #214030

Color information

#214030 (or 0x214030) is unknown color: approx Everglade. HEX triplet: 21, 40 and 30. RGB value is (33,64,48). Sum of RGB (Red+Green+Blue) = 33+64+48=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 64 - color contains mainly: green. Hex color #214030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214030 is #DEBFCF. Grayscale: #343434. Windows color (decimal): -14598096 or 3162145. OLE color: 3162145.

HSL color Cylindrical-coordinate representation of color #214030: hue angle of 149.03º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #214030 is Cyan = 0.48, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.75.

Color convert

RGB336448-
CMYK0.4800.250.75
HSL149.03º31.96%19.02%-
HSV(B)149.03º48.44%25.1%-
XYZ2.994.23.45-
YUV52.91125.23113.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.76%
GREEN value IS 64 (25.39% from 255) = 44.14%
BLUE value IS 48 (19.14% from 255) = 33.10%
R=22.76%
G=44.14%
B=33.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3364480.4800.250.75149.0331.9619.02
Hex214030300194B952013
Octal4110060600311132254023
Binary100001100000011000011000001100110010111001010110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214030; }

 p { color: rgb(33,64,48); }

 H1.HeaderClassName
 {
   color: #214030;
 }
 .AnyTagClassName
 {
   color: #214030;
 }
</style>
background-color css

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

 a { background-color: rgb(33,64,48); }

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

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

 span { border-color: rgb(33,64,48); }

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