#1C424E

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

Shades of Green Vogue #1C424E

Tints of Green Vogue #1C424E

Color information

#1C424E (or 0x1C424E) is unknown color: approx Green Vogue. HEX triplet: 1C, 42 and 4E. RGB value is (28,66,78). Sum of RGB (Red+Green+Blue) = 28+66+78=172 (22% of max value = 765). Red value is 28 (11.33% from 255 or 16.28% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 78 (30.86% from 255 or 45.35% from 172); Max value from RGB is 78 - color contains mainly: blue. Hex color #1C424E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C424E is #E3BDB1. Grayscale: #373737. Windows color (decimal): -14925234 or 5128732. OLE color: 5128732.

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

Color convert

RGB286678-
CMYK0.640.1500.69
HSL194.4º47.17%20.78%-
HSV(B)194.4º64.1%30.59%-
XYZ3.84.697.91-
YUV56.01140.41108.02-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 16.28%
GREEN value IS 66 (26.17% from 255) = 38.37%
BLUE value IS 78 (30.86% from 255) = 45.35%
R=16.28%
G=38.37%
B=45.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2866780.640.1500.69194.447.1720.78
Hex1C424E40F045c22f15
Octal341021161001701053025725
Binary111001000010100111010000001111010001011100001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C424E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,66,78); }

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

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

 a { background-color: rgb(28,66,78); }

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

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

 span { border-color: rgb(28,66,78); }

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