Html Css Color HEX #1D414A Green Vogue

📋 copy color: '#1D414A'

red 29 ◦ green 65 ◦ blue 74

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

Shades of Green Vogue #1D414A

Tints of Green Vogue #1D414A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.69%

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

R = 17.26%
G = 38.69%
B = 44.05%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1D414A (or 0x1D414A) is known color: Green Vogue. HEX triplet: 1D, 41 and 4A. RGB value is (29,65,74). Sum of RGB (Red+Green+Blue) = 29+65+74=168 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.26% from 168); Green value is 65 (25.78% from 255 or 38.69% from 168); Blue value is 74 (29.30% from 255 or 44.05% from 168); Max value from RGB is 74 - color contains mainly: blue. Hex color #1D414A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D414A is #E2BEB5. Grayscale: #373737. Windows color (decimal): -14859958 or 4866333. OLE color: 4866333.

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

Color convert

RGB 29 65 74 -
CMYK 0.61 0.12 0 0.71
HSL 192º 0.44% 0.2% -
HSV(B) 192º 0.61% 0.29% -
XYZ 3.63 4.54 7.16 -
YUV 55.26 138.57 109.27 -
System Red Green Blue C M Y K H S L
Decimal 29 65 74 0.61 0.12 0 0.71 192 0.44 0.2
Hex 1D 41 4A 3D C 0 47 C0 2C 14
Octal 35 101 112 75 14 0 107 300 54 24
Binary 11101 1000001 1001010 111101 1100 0 1000111 11000000 101100 10100

Color Harmonies of #1D414A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D414A

Black with #1D414A

Text Example


Text Example

White with #1D414A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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