Html Css Color HEX #1D424A Green Vogue

📋 copy color: '#1D424A'

red 29 ◦ green 66 ◦ blue 74

#1D424A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Vogue #1D424A

Tints of Green Vogue #1D424A

RGB

 RED value IS 29 (11.72% from 255) = 17.16%

 GREEN value IS 66 (26.17% from 255) = 39.05%

 BLUE value IS 74 (29.3% from 255) = 43.79%

R = 17.16%
G = 39.05%
B = 43.79%

CMYK

 C value IS 0.61

 M value IS 0.11

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1D424A (or 0x1D424A) is known color: Green Vogue. HEX triplet: 1D, 42 and 4A. RGB value is (29,66,74). Sum of RGB (Red+Green+Blue) = 29+66+74=169 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.16% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 74 (29.30% from 255 or 43.79% from 169); Max value from RGB is 74 - color contains mainly: blue. Hex color #1D424A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D424A is #E2BDB5. Grayscale: #373737. Windows color (decimal): -14859702 or 4866589. OLE color: 4866589.

HSL color Cylindrical-coordinate representation of color #1D424A: hue angle of 190.67º 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 #1D424A is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 29 66 74 -
CMYK 0.61 0.11 0 0.71
HSL 190.67º 0.44% 0.2% -
HSV(B) 190.67º 0.61% 0.29% -
XYZ 3.69 4.65 7.18 -
YUV 55.85 138.24 108.85 -
System Red Green Blue C M Y K H S L
Decimal 29 66 74 0.61 0.11 0 0.71 190.67 0.44 0.2
Hex 1D 42 4A 3D B 0 47 BF 2C 14
Octal 35 102 112 75 13 0 107 277 54 24
Binary 11101 1000010 1001010 111101 1011 0 1000111 10111111 101100 10100

Color Harmonies of #1D424A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D424A

Black with #1D424A

Text Example


Text Example

White with #1D424A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D424A;
 }
 .AnyTagClassName
 {
   color: #1D424A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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