Html Css Color HEX #1D464D Green Vogue

📋 copy color: '#1D464D'

red 29 ◦ green 70 ◦ blue 77

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

Shades of Green Vogue #1D464D

Tints of Green Vogue #1D464D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.77%

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

R = 16.48%
G = 39.77%
B = 43.75%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1D464D (or 0x1D464D) is known color: Green Vogue. HEX triplet: 1D, 46 and 4D. RGB value is (29,70,77). Sum of RGB (Red+Green+Blue) = 29+70+77=176 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.48% from 176); Green value is 70 (27.73% from 255 or 39.77% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 77 - color contains mainly: blue. Hex color #1D464D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D464D is #E2B9B2. Grayscale: #3A3A3A. Windows color (decimal): -14858675 or 5064221. OLE color: 5064221.

HSL color Cylindrical-coordinate representation of color #1D464D: hue angle of 188.75º 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 #1D464D is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 29 70 77 -
CMYK 0.62 0.09 0 0.70
HSL 188.75º 0.45% 0.21% -
HSV(B) 188.75º 0.62% 0.3% -
XYZ 4.04 5.18 7.81 -
YUV 58.54 138.42 106.93 -
System Red Green Blue C M Y K H S L
Decimal 29 70 77 0.62 0.09 0 0.70 188.75 0.45 0.21
Hex 1D 46 4D 3E 9 0 46 BD 2D 15
Octal 35 106 115 76 11 0 106 275 55 25
Binary 11101 1000110 1001101 111110 1001 0 1000110 10111101 101101 10101

Color Harmonies of #1D464D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D464D

Black with #1D464D

Text Example


Text Example

White with #1D464D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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