#21424F

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

Shades of Green Vogue #21424F

Tints of Green Vogue #21424F

Color information

#21424F (or 0x21424F) is unknown color: approx Green Vogue. HEX triplet: 21, 42 and 4F. RGB value is (33,66,79). Sum of RGB (Red+Green+Blue) = 33+66+79=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 79 (31.25% from 255 or 44.38% from 178); Max value from RGB is 79 - color contains mainly: blue. Hex color #21424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21424F is #DEBDB0. Grayscale: #393939. Windows color (decimal): -14597553 or 5194273. OLE color: 5194273.

HSL color Cylindrical-coordinate representation of color #21424F: hue angle of 196.96º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #21424F is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB336679-
CMYK0.580.1600.69
HSL196.96º41.07%21.96%-
HSV(B)196.96º58.23%30.98%-
XYZ3.994.788.11-
YUV57.61140.07110.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.54%
GREEN value IS 66 (26.17% from 255) = 37.08%
BLUE value IS 79 (31.25% from 255) = 44.38%
R=18.54%
G=37.08%
B=44.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3366790.580.1600.69196.9641.0721.96
Hex21424F3A10045c52916
Octal41102117722001053055126
Binary1000011000010100111111101010000010001011100010110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21424F; }

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

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

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

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

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

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

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

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