Html Css Color HEX #1D414D Green Vogue

📋 copy color: '#1D414D'

red 29 ◦ green 65 ◦ blue 77

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

Shades of Green Vogue #1D414D

Tints of Green Vogue #1D414D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 45.03%

R = 16.96%
G = 38.01%
B = 45.03%

CMYK

 C value IS 0.62

 M value IS 0.16

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1D414D (or 0x1D414D) is known color: Green Vogue. HEX triplet: 1D, 41 and 4D. RGB value is (29,65,77). Sum of RGB (Red+Green+Blue) = 29+65+77=171 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.96% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 77 (30.47% from 255 or 45.03% from 171); Max value from RGB is 77 - color contains mainly: blue. Hex color #1D414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D414D is #E2BEB2. Grayscale: #373737. Windows color (decimal): -14859955 or 5062941. OLE color: 5062941.

HSL color Cylindrical-coordinate representation of color #1D414D: hue angle of 195º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D414D is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 29 65 77 -
CMYK 0.62 0.16 0 0.70
HSL 195º 0.45% 0.21% -
HSV(B) 195º 0.62% 0.3% -
XYZ 3.74 4.58 7.71 -
YUV 55.6 140.07 109.02 -
System Red Green Blue C M Y K H S L
Decimal 29 65 77 0.62 0.16 0 0.70 195 0.45 0.21
Hex 1D 41 4D 3E 10 0 46 C3 2D 15
Octal 35 101 115 76 20 0 106 303 55 25
Binary 11101 1000001 1001101 111110 10000 0 1000110 11000011 101101 10101

Color Harmonies of #1D414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D414D

Black with #1D414D

Text Example


Text Example

White with #1D414D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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