Html Css Color HEX #2A4450 Green Vogue

📋 copy color: '#2A4450'

red 42 ◦ green 68 ◦ blue 80

#2A4450
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Vogue #2A4450

Tints of Green Vogue #2A4450

RGB

 RED value IS 42 (16.8% 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 value IS 0.48

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#2A4450 (or 0x2A4450) is known color: 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.48%. 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

RGB 42 68 80 -
CMYK 0.48 0.15 0 0.69
HSL 198.95º 0.31% 0.24% -
HSV(B) 198.95º 0.48% 0.31% -
XYZ 4.47 5.21 8.36 -
YUV 61.59 138.39 114.02 -
System Red Green Blue C M Y K H S L
Decimal 42 68 80 0.48 0.15 0 0.69 198.95 0.31 0.24
Hex 2A 44 50 30 F 0 45 C7 1F 18
Octal 52 104 120 60 17 0 105 307 37 30
Binary 101010 1000100 1010000 110000 1111 0 1000101 11000111 11111 11000

Color Harmonies of #2A4450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A4450

Black with #2A4450

Text Example


Text Example

White with #2A4450

Text Example


Text Example

HTML Codes & Css Web 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>