Html Css Color HEX #1C3F48 Green Vogue

📋 copy color: '#1C3F48'

red 28 ◦ green 63 ◦ blue 72

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

Shades of Green Vogue #1C3F48

Tints of Green Vogue #1C3F48

RGB

 RED value IS 28 (11.33% from 255) = 17.18%

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

 BLUE value IS 72 (28.52% from 255) = 44.17%

R = 17.18%
G = 38.65%
B = 44.17%

CMYK

 C value IS 0.61

 M value IS 0.12

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1C3F48 (or 0x1C3F48) is known color: Green Vogue. HEX triplet: 1C, 3F and 48. RGB value is (28,63,72). Sum of RGB (Red+Green+Blue) = 28+63+72=163 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.18% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 72 (28.52% from 255 or 44.17% from 163); Max value from RGB is 72 - color contains mainly: blue. Hex color #1C3F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3F48 is #E3C0B7. Grayscale: #353535. Windows color (decimal): -14926008 or 4734748. OLE color: 4734748.

HSL color Cylindrical-coordinate representation of color #1C3F48: hue angle of 192.27º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C3F48 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 28 63 72 -
CMYK 0.61 0.12 0 0.72
HSL 192.27º 0.44% 0.2% -
HSV(B) 192.27º 0.61% 0.28% -
XYZ 3.43 4.27 6.77 -
YUV 53.56 138.4 109.77 -
System Red Green Blue C M Y K H S L
Decimal 28 63 72 0.61 0.12 0 0.72 192.27 0.44 0.2
Hex 1C 3F 48 3D C 0 48 C0 2C 14
Octal 34 77 110 75 14 0 110 300 54 24
Binary 11100 111111 1001000 111101 1100 0 1001000 11000000 101100 10100

Color Harmonies of #1C3F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3F48

Black with #1C3F48

Text Example


Text Example

White with #1C3F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,63,72); }

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

background-color css

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

 a { background-color: rgb(28,63,72); }

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

border-color css

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

 span { border-color: rgb(28,63,72); }

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