#1C302D

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

Shades of Racing Green #1C302D

Tints of Racing Green #1C302D

Color information

#1C302D (or 0x1C302D) is unknown color: approx Racing Green. HEX triplet: 1C, 30 and 2D. RGB value is (28,48,45). Sum of RGB (Red+Green+Blue) = 28+48+45=121 (16% of max value = 765). Red value is 28 (11.33% from 255 or 23.14% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 45 (17.97% from 255 or 37.19% from 121); Max value from RGB is 48 - color contains mainly: green. Hex color #1C302D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C302D is #E3CFD2. Grayscale: #292929. Windows color (decimal): -14929875 or 2961436. OLE color: 2961436.

HSL color Cylindrical-coordinate representation of color #1C302D: hue angle of 171º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1C302D is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.

Color convert

RGB284845-
CMYK0.4200.060.81
HSL171º26.32%14.9%-
HSV(B)171º41.67%18.82%-
XYZ2.012.552.87-
YUV41.68129.87118.24-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 23.14%
GREEN value IS 48 (19.14% from 255) = 39.67%
BLUE value IS 45 (17.97% from 255) = 37.19%
R=23.14%
G=39.67%
B=37.19%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2848450.4200.060.8117126.3214.9
Hex1C302D2A0651ab1af
Octal34605552061212533217
Binary111001100001011011010100110101000110101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C302D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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