#2A4450

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

Shades of Green Vogue #2A4450

Tints of Green Vogue #2A4450

Color information

#2A4450 (or 0x2A4450) is unknown color: approx Green Vogue. HEX triplet: 2A, 44 and 50. RGB value is (42,68,80). Sum of RGB (Red+Green+Blue) = 42+68+80=190 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.11% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 80 (31.64% from 255 or 42.11% from 190); Max value from RGB is 80 - color contains mainly: blue. Hex color #2A4450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A4450 is #D5BBAF. Grayscale: #3D3D3D. Windows color (decimal): -14007216 or 5260330. OLE color: 5260330.

HSL color Cylindrical-coordinate representation of color #2A4450: hue angle of 198.95º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2A4450 is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB426880-
CMYK0.480.1500.69
HSL198.95º31.15%23.92%-
HSV(B)198.95º47.5%31.37%-
XYZ4.475.218.36-
YUV61.59138.39114.02-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.11%
GREEN value IS 68 (26.95% from 255) = 35.79%
BLUE value IS 80 (31.64% from 255) = 42.11%
R=22.11%
G=35.79%
B=42.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4268800.480.1500.69198.9531.1523.92
Hex2A445030F045c71f18
Octal52104120601701053073730
Binary10101010001001010000110000111101000101110001111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A4450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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