#1C362D

Color #1C362D Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Racing Green #1C362D

Tints of Racing Green #1C362D

Color information

#1C362D (or 0x1C362D) is unknown color: approx Racing Green. HEX triplet: 1C, 36 and 2D. RGB value is (28,54,45). Sum of RGB (Red+Green+Blue) = 28+54+45=127 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.05% from 127); Green value is 54 (21.48% from 255 or 42.52% from 127); Blue value is 45 (17.97% from 255 or 35.43% from 127); Max value from RGB is 54 - color contains mainly: green. Hex color #1C362D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C362D is #E3C9D2. Grayscale: #2D2D2D. Windows color (decimal): -14928339 or 2962972. OLE color: 2962972.

HSL color Cylindrical-coordinate representation of color #1C362D: hue angle of 159.23º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1C362D is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB285445-
CMYK0.4800.170.79
HSL159.23º31.71%16.08%-
HSV(B)159.23º48.15%21.18%-
XYZ2.273.072.96-
YUV45.2127.89115.73-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 22.05%
GREEN value IS 54 (21.48% from 255) = 42.52%
BLUE value IS 45 (17.97% from 255) = 35.43%
R=22.05%
G=42.52%
B=35.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2854450.4800.170.79159.2331.7116.08
Hex1C362D300114F9f2010
Octal346655600211172374020
Binary1110011011010110111000001000110011111001111110000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C362D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,54,45); }

 H1.HeaderClassName
 {
   color: #1C362D;
 }
 .AnyTagClassName
 {
   color: #1C362D;
 }
</style>
background-color css

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

 a { background-color: rgb(28,54,45); }

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

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

 span { border-color: rgb(28,54,45); }

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