#23302B

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

Shades of Racing Green #23302B

Tints of Racing Green #23302B

Color information

#23302B (or 0x23302B) is unknown color: approx Racing Green. HEX triplet: 23, 30 and 2B. RGB value is (35,48,43). Sum of RGB (Red+Green+Blue) = 35+48+43=126 (16% of max value = 765). Red value is 35 (14.06% from 255 or 27.78% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 43 (17.19% from 255 or 34.13% from 126); Max value from RGB is 48 - color contains mainly: green. Hex color #23302B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23302B is #DCCFD4. Grayscale: #2B2B2B. Windows color (decimal): -14471125 or 2830371. OLE color: 2830371.

HSL color Cylindrical-coordinate representation of color #23302B: hue angle of 156.92º 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 #23302B is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB354843-
CMYK0.2700.100.81
HSL156.92º15.66%16.27%-
HSV(B)156.92º27.08%18.82%-
XYZ2.192.652.68-
YUV43.54127.69121.91-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 27.78%
GREEN value IS 48 (19.14% from 255) = 38.10%
BLUE value IS 43 (17.19% from 255) = 34.13%
R=27.78%
G=38.10%
B=34.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3548430.2700.100.81156.9215.6616.27
Hex23302B1B0A519d1010
Octal436053330121212352020
Binary10001111000010101111011010101010001100111011000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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