#2A434D

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

Shades of Green Vogue #2A434D

Tints of Green Vogue #2A434D

Color information

#2A434D (or 0x2A434D) is unknown color: approx Green Vogue. HEX triplet: 2A, 43 and 4D. RGB value is (42,67,77). Sum of RGB (Red+Green+Blue) = 42+67+77=186 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.58% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 77 (30.47% from 255 or 41.40% from 186); Max value from RGB is 77 - color contains mainly: blue. Hex color #2A434D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A434D is #D5BCB2. Grayscale: #3C3C3C. Windows color (decimal): -14007475 or 5063466. OLE color: 5063466.

HSL color Cylindrical-coordinate representation of color #2A434D: hue angle of 197.14º degrees, saturation: 0.29, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2A434D is Cyan = 0.45, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB426777-
CMYK0.450.1300.70
HSL197.14º29.41%23.33%-
HSV(B)197.14º45.45%30.2%-
XYZ4.35.047.77-
YUV60.66137.22114.69-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.58%
GREEN value IS 67 (26.56% from 255) = 36.02%
BLUE value IS 77 (30.47% from 255) = 41.40%
R=22.58%
G=36.02%
B=41.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4267770.450.1300.70197.1429.4123.33
Hex2A434D2DD046c51d17
Octal52103115551501063053527
Binary10101010000111001101101101110101000110110001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A434D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,67,77); }

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

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

 a { background-color: rgb(42,67,77); }

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

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

 span { border-color: rgb(42,67,77); }

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