#1D4253

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

Shades of Green Vogue #1D4253

Tints of Green Vogue #1D4253

Color information

#1D4253 (or 0x1D4253) is unknown color: approx Green Vogue. HEX triplet: 1D, 42 and 53. RGB value is (29,66,83). Sum of RGB (Red+Green+Blue) = 29+66+83=178 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.29% from 178); Green value is 66 (26.17% from 255 or 37.08% from 178); Blue value is 83 (32.81% from 255 or 46.63% from 178); Max value from RGB is 83 - color contains mainly: blue. Hex color #1D4253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4253 is #E2BDAC. Grayscale: #383838. Windows color (decimal): -14859693 or 5456413. OLE color: 5456413.

HSL color Cylindrical-coordinate representation of color #1D4253: hue angle of 198.89º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D4253 is Cyan = 0.65, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB296683-
CMYK0.650.2000.67
HSL198.89º48.21%21.96%-
HSV(B)198.89º65.06%32.55%-
XYZ4.024.788.89-
YUV56.88142.74108.12-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.29%
GREEN value IS 66 (26.17% from 255) = 37.08%
BLUE value IS 83 (32.81% from 255) = 46.63%
R=16.29%
G=37.08%
B=46.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2966830.650.2000.67198.8948.2121.96
Hex1D42534114043c73016
Octal351021231012401033076026
Binary1110110000101010011100000110100010000111100011111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,66,83); }

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

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

 a { background-color: rgb(29,66,83); }

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

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

 span { border-color: rgb(29,66,83); }

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