#1D414F

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

Shades of Green Vogue #1D414F

Tints of Green Vogue #1D414F

Color information

#1D414F (or 0x1D414F) is unknown color: approx Green Vogue. HEX triplet: 1D, 41 and 4F. RGB value is (29,65,79). Sum of RGB (Red+Green+Blue) = 29+65+79=173 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.76% from 173); Green value is 65 (25.78% from 255 or 37.57% from 173); Blue value is 79 (31.25% from 255 or 45.66% from 173); Max value from RGB is 79 - color contains mainly: blue. Hex color #1D414F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D414F is #E2BEB0. Grayscale: #373737. Windows color (decimal): -14859953 or 5194013. OLE color: 5194013.

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

Color convert

RGB296579-
CMYK0.630.1800.69
HSL196.8º46.3%21.18%-
HSV(B)196.8º63.29%30.98%-
XYZ3.814.618.09-
YUV55.83141.07108.86-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.76%
GREEN value IS 65 (25.78% from 255) = 37.57%
BLUE value IS 79 (31.25% from 255) = 45.66%
R=16.76%
G=37.57%
B=45.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2965790.630.1800.69196.846.321.18
Hex1D414F3F12045c52e15
Octal35101117772201053055625
Binary111011000001100111111111110010010001011100010110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D414F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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