#1A424B

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

Shades of Green Vogue #1A424B

Tints of Green Vogue #1A424B

Color information

#1A424B (or 0x1A424B) is unknown color: approx Green Vogue. HEX triplet: 1A, 42 and 4B. RGB value is (26,66,75). Sum of RGB (Red+Green+Blue) = 26+66+75=167 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.57% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 75 (29.69% from 255 or 44.91% from 167); Max value from RGB is 75 - color contains mainly: blue. Hex color #1A424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A424B is #E5BDB4. Grayscale: #363636. Windows color (decimal): -15056309 or 4932122. OLE color: 4932122.

HSL color Cylindrical-coordinate representation of color #1A424B: hue angle of 191.02º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A424B is Cyan = 0.65, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB266675-
CMYK0.650.1200.71
HSL191.02º48.51%19.8%-
HSV(B)191.02º65.33%29.41%-
XYZ3.644.627.36-
YUV55.07139.25107.27-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.57%
GREEN value IS 66 (26.17% from 255) = 39.52%
BLUE value IS 75 (29.69% from 255) = 44.91%
R=15.57%
G=39.52%
B=44.91%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2666750.650.1200.71191.0248.5119.8
Hex1A424B41C047bf3114
Octal321021131011401072776124
Binary110101000010100101110000011100010001111011111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A424B; }

 p { color: rgb(26,66,75); }

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

<style>
 a { background-color: #1A424B; }

 a { background-color: rgb(26,66,75); }

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

<style>
 span { border-color: #1A424B; }

 span { border-color: rgb(26,66,75); }

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