Html Css Color HEX #1D424D Green Vogue

📋 copy color: '#1D424D'

red 29 ◦ green 66 ◦ blue 77

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

Shades of Green Vogue #1D424D

Tints of Green Vogue #1D424D

RGB

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

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

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

R = 16.86%
G = 38.37%
B = 44.77%

CMYK

 C value IS 0.62

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#1D424D (or 0x1D424D) is known color: Green Vogue. HEX triplet: 1D, 42 and 4D. RGB value is (29,66,77). Sum of RGB (Red+Green+Blue) = 29+66+77=172 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.86% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #1D424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D424D is #E2BDB2. Grayscale: #383838. Windows color (decimal): -14859699 or 5063197. OLE color: 5063197.

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

Color convert

RGB 29 66 77 -
CMYK 0.62 0.14 0 0.70
HSL 193.75º 0.45% 0.21% -
HSV(B) 193.75º 0.62% 0.3% -
XYZ 3.79 4.69 7.73 -
YUV 56.19 139.74 108.61 -
System Red Green Blue C M Y K H S L
Decimal 29 66 77 0.62 0.14 0 0.70 193.75 0.45 0.21
Hex 1D 42 4D 3E E 0 46 C2 2D 15
Octal 35 102 115 76 16 0 106 302 55 25
Binary 11101 1000010 1001101 111110 1110 0 1000110 11000010 101101 10101

Color Harmonies of #1D424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D424D

Black with #1D424D

Text Example


Text Example

White with #1D424D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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