#23302C

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

Shades of Racing Green #23302C

Tints of Racing Green #23302C

Color information

#23302C (or 0x23302C) is unknown color: approx Racing Green. HEX triplet: 23, 30 and 2C. RGB value is (35,48,44). Sum of RGB (Red+Green+Blue) = 35+48+44=127 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.56% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 44 (17.58% from 255 or 34.65% from 127); Max value from RGB is 48 - color contains mainly: green. Hex color #23302C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23302C is #DCCFD3. Grayscale: #2B2B2B. Windows color (decimal): -14471124 or 2895907. OLE color: 2895907.

HSL color Cylindrical-coordinate representation of color #23302C: hue angle of 161.54º degrees, saturation: 0.16, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #23302C is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.81.

Color convert

RGB354844-
CMYK0.2700.080.81
HSL161.54º15.66%16.27%-
HSV(B)161.54º27.08%18.82%-
XYZ2.22.652.78-
YUV43.66128.19121.83-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 27.56%
GREEN value IS 48 (19.14% from 255) = 37.80%
BLUE value IS 44 (17.58% from 255) = 34.65%
R=27.56%
G=37.80%
B=34.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3548440.2700.080.81161.5415.6616.27
Hex23302C1B0851a21010
Octal436054330101212422020
Binary10001111000010110011011010001010001101000101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23302C; }

 p { color: rgb(35,48,44); }

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

<style>
 a { background-color: #23302C; }

 a { background-color: rgb(35,48,44); }

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

<style>
 span { border-color: #23302C; }

 span { border-color: rgb(35,48,44); }

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