#214151

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

Shades of Green Vogue #214151

Tints of Green Vogue #214151

Color information

#214151 (or 0x214151) is unknown color: approx Green Vogue. HEX triplet: 21, 41 and 51. RGB value is (33,65,81). Sum of RGB (Red+Green+Blue) = 33+65+81=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 81 (32.03% from 255 or 45.25% from 179); Max value from RGB is 81 - color contains mainly: blue. Hex color #214151 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214151 is #DEBEAE. Grayscale: #393939. Windows color (decimal): -14597807 or 5325089. OLE color: 5325089.

HSL color Cylindrical-coordinate representation of color #214151: hue angle of 200º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #214151 is Cyan = 0.59, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB336581-
CMYK0.590.2000.68
HSL200º42.11%22.35%-
HSV(B)200º59.26%31.76%-
XYZ44.78.48-
YUV57.26141.4110.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.44%
GREEN value IS 65 (25.78% from 255) = 36.31%
BLUE value IS 81 (32.03% from 255) = 45.25%
R=18.44%
G=36.31%
B=45.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3365810.590.2000.6820042.1122.35
Hex2141513B14044c82a16
Octal41101121732401043105226
Binary1000011000001101000111101110100010001001100100010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214151; }

 p { color: rgb(33,65,81); }

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

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

 a { background-color: rgb(33,65,81); }

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

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

 span { border-color: rgb(33,65,81); }

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