Html Css Color HEX #1C3D48 Green Vogue

📋 copy color: '#1C3D48'

red 28 ◦ green 61 ◦ blue 72

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

Shades of Green Vogue #1C3D48

Tints of Green Vogue #1C3D48

RGB

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

 GREEN value IS 61 (24.22% from 255) = 37.89%

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

R = 17.39%
G = 37.89%
B = 44.72%

CMYK

 C value IS 0.61

 M value IS 0.15

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1C3D48 (or 0x1C3D48) is known color: Green Vogue. HEX triplet: 1C, 3D and 48. RGB value is (28,61,72). Sum of RGB (Red+Green+Blue) = 28+61+72=161 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.39% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 72 (28.52% from 255 or 44.72% from 161); Max value from RGB is 72 - color contains mainly: blue. Hex color #1C3D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3D48 is #E3C2B7. Grayscale: #343434. Windows color (decimal): -14926520 or 4734236. OLE color: 4734236.

HSL color Cylindrical-coordinate representation of color #1C3D48: hue angle of 195º 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 #1C3D48 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 28 61 72 -
CMYK 0.61 0.15 0 0.72
HSL 195º 0.44% 0.2% -
HSV(B) 195º 0.61% 0.28% -
XYZ 3.32 4.05 6.74 -
YUV 52.39 139.07 110.61 -
System Red Green Blue C M Y K H S L
Decimal 28 61 72 0.61 0.15 0 0.72 195 0.44 0.2
Hex 1C 3D 48 3D F 0 48 C3 2C 14
Octal 34 75 110 75 17 0 110 303 54 24
Binary 11100 111101 1001000 111101 1111 0 1001000 11000011 101100 10100

Color Harmonies of #1C3D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C3D48

Black with #1C3D48

Text Example


Text Example

White with #1C3D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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