#1C332B

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

Shades of Racing Green #1C332B

Tints of Racing Green #1C332B

Color information

#1C332B (or 0x1C332B) is unknown color: approx Racing Green. HEX triplet: 1C, 33 and 2B. RGB value is (28,51,43). Sum of RGB (Red+Green+Blue) = 28+51+43=122 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.95% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 51 - color contains mainly: green. Hex color #1C332B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C332B is #E3CCD4. Grayscale: #2B2B2B. Windows color (decimal): -14929109 or 2831132. OLE color: 2831132.

HSL color Cylindrical-coordinate representation of color #1C332B: hue angle of 159.13º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1C332B is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.8.

Color convert

RGB285143-
CMYK0.4500.160.8
HSL159.13º29.11%15.49%-
HSV(B)159.13º45.1%20%-
XYZ2.12.792.71-
YUV43.21127.88117.15-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 22.95%
GREEN value IS 51 (20.31% from 255) = 41.80%
BLUE value IS 43 (17.19% from 255) = 35.25%
R=22.95%
G=41.80%
B=35.25%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2851430.4500.160.8159.1329.1115.49
Hex1C332B2D010509f1df
Octal346353550201202373517
Binary11100110011101011101101010000101000010011111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C332B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,51,43); }

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

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

 a { background-color: rgb(28,51,43); }

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

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

 span { border-color: rgb(28,51,43); }

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