#1C362E

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

Shades of Racing Green #1C362E

Tints of Racing Green #1C362E

Color information

#1C362E (or 0x1C362E) is unknown color: approx Racing Green. HEX triplet: 1C, 36 and 2E. RGB value is (28,54,46). Sum of RGB (Red+Green+Blue) = 28+54+46=128 (16% of max value = 765). Red value is 28 (11.33% from 255 or 21.88% from 128); Green value is 54 (21.48% from 255 or 42.19% from 128); Blue value is 46 (18.36% from 255 or 35.94% from 128); Max value from RGB is 54 - color contains mainly: green. Hex color #1C362E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C362E is #E3C9D1. Grayscale: #2D2D2D. Windows color (decimal): -14928338 or 3028508. OLE color: 3028508.

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

Color convert

RGB285446-
CMYK0.4800.150.79
HSL161.54º31.71%16.08%-
HSV(B)161.54º48.15%21.18%-
XYZ2.293.083.06-
YUV45.31128.39115.65-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 21.88%
GREEN value IS 54 (21.48% from 255) = 42.19%
BLUE value IS 46 (18.36% from 255) = 35.94%
R=21.88%
G=42.19%
B=35.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2854460.4800.150.79161.5431.7116.08
Hex1C362E300F4Fa22010
Octal346656600171172424020
Binary111001101101011101100000111110011111010001010000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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