#1D4152

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

Shades of Green Vogue #1D4152

Tints of Green Vogue #1D4152

Color information

#1D4152 (or 0x1D4152) is unknown color: approx Green Vogue. HEX triplet: 1D, 41 and 52. RGB value is (29,65,82). Sum of RGB (Red+Green+Blue) = 29+65+82=176 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.48% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 82 (32.42% from 255 or 46.59% from 176); Max value from RGB is 82 - color contains mainly: blue. Hex color #1D4152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4152 is #E2BEAD. Grayscale: #383838. Windows color (decimal): -14859950 or 5390621. OLE color: 5390621.

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

Color convert

RGB296582-
CMYK0.650.2100.68
HSL199.25º47.75%21.76%-
HSV(B)199.25º64.63%32.16%-
XYZ3.924.658.67-
YUV56.17142.57108.62-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.48%
GREEN value IS 65 (25.78% from 255) = 36.93%
BLUE value IS 82 (32.42% from 255) = 46.59%
R=16.48%
G=36.93%
B=46.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2965820.650.2100.68199.2547.7521.76
Hex1D41524115044c73016
Octal351011221012501043076026
Binary1110110000011010010100000110101010001001100011111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,65,82); }

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

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

 a { background-color: rgb(29,65,82); }

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

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

 span { border-color: rgb(29,65,82); }

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