#2A444A

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

Shades of Green Vogue #2A444A

Tints of Green Vogue #2A444A

Color information

#2A444A (or 0x2A444A) is unknown color: approx Green Vogue. HEX triplet: 2A, 44 and 4A. RGB value is (42,68,74). Sum of RGB (Red+Green+Blue) = 42+68+74=184 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.83% from 184); Green value is 68 (26.95% from 255 or 36.96% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 74 - color contains mainly: blue. Hex color #2A444A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A444A is #D5BBB5. Grayscale: #3C3C3C. Windows color (decimal): -14007222 or 4867114. OLE color: 4867114.

HSL color Cylindrical-coordinate representation of color #2A444A: hue angle of 191.25º degrees, saturation: 0.28, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2A444A is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB426874-
CMYK0.430.0800.71
HSL191.25º27.59%22.75%-
HSV(B)191.25º43.24%29.02%-
XYZ4.265.127.24-
YUV60.91135.39114.51-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.83%
GREEN value IS 68 (26.95% from 255) = 36.96%
BLUE value IS 74 (29.30% from 255) = 40.22%
R=22.83%
G=36.96%
B=40.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4268740.430.0800.71191.2527.5922.75
Hex2A444A2B8047bf1c17
Octal52104112531001072773427
Binary10101010001001001010101011100001000111101111111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A444A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A444A; }

 p { color: rgb(42,68,74); }

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

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

 a { background-color: rgb(42,68,74); }

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

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

 span { border-color: rgb(42,68,74); }

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