#1D444B

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

Shades of Green Vogue #1D444B

Tints of Green Vogue #1D444B

Color information

#1D444B (or 0x1D444B) is unknown color: approx Green Vogue. HEX triplet: 1D, 44 and 4B. RGB value is (29,68,75). Sum of RGB (Red+Green+Blue) = 29+68+75=172 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.86% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 75 - color contains mainly: blue. Hex color #1D444B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D444B is #E2BBB4. Grayscale: #393939. Windows color (decimal): -14859189 or 4932637. OLE color: 4932637.

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

Color convert

RGB296875-
CMYK0.610.0900.71
HSL189.13º44.23%20.39%-
HSV(B)189.13º61.33%29.41%-
XYZ3.844.97.4-
YUV57.14138.08107.93-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.86%
GREEN value IS 68 (26.95% from 255) = 39.53%
BLUE value IS 75 (29.69% from 255) = 43.60%
R=16.86%
G=39.53%
B=43.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2968750.610.0900.71189.1344.2320.39
Hex1D444B3D9047bd2c14
Octal35104113751101072755424
Binary11101100010010010111111011001010001111011110110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D444B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,68,75); }

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

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

 a { background-color: rgb(29,68,75); }

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

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

 span { border-color: rgb(29,68,75); }

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