Html Css Color HEX #1D3F50 Green Vogue

📋 copy color: '#1D3F50'

red 29 ◦ green 63 ◦ blue 80

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

Shades of Green Vogue #1D3F50

Tints of Green Vogue #1D3F50

RGB

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

 GREEN value IS 63 (25% from 255) = 36.63%

 BLUE value IS 80 (31.64% from 255) = 46.51%

R = 16.86%
G = 36.63%
B = 46.51%

CMYK

 C value IS 0.64

 M value IS 0.21

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#1D3F50 (or 0x1D3F50) is known color: Green Vogue. HEX triplet: 1D, 3F and 50. RGB value is (29,63,80). Sum of RGB (Red+Green+Blue) = 29+63+80=172 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.86% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 80 (31.64% from 255 or 46.51% from 172); Max value from RGB is 80 - color contains mainly: blue. Hex color #1D3F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3F50 is #E2C0AF. Grayscale: #363636. Windows color (decimal): -14860464 or 5259037. OLE color: 5259037.

HSL color Cylindrical-coordinate representation of color #1D3F50: hue angle of 200º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1D3F50 is Cyan = 0.64, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 29 63 80 -
CMYK 0.64 0.21 0 0.69
HSL 200º 0.47% 0.21% -
HSV(B) 200º 0.64% 0.31% -
XYZ 3.73 4.4 8.24 -
YUV 54.77 142.24 109.62 -
System Red Green Blue C M Y K H S L
Decimal 29 63 80 0.64 0.21 0 0.69 200 0.47 0.21
Hex 1D 3F 50 40 15 0 45 C8 2F 15
Octal 35 77 120 100 25 0 105 310 57 25
Binary 11101 111111 1010000 1000000 10101 0 1000101 11001000 101111 10101

Color Harmonies of #1D3F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3F50

Black with #1D3F50

Text Example


Text Example

White with #1D3F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,63,80); }

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

background-color css

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

 a { background-color: rgb(29,63,80); }

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

border-color css

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

 span { border-color: rgb(29,63,80); }

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