#1B2321

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

Shades of Racing Green #1B2321

Tints of Racing Green #1B2321

Color information

#1B2321 (or 0x1B2321) is unknown color: approx Racing Green. HEX triplet: 1B, 23 and 21. RGB value is (27,35,33). Sum of RGB (Red+Green+Blue) = 27+35+33=95 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.42% from 95); Green value is 35 (14.06% from 255 or 36.84% from 95); Blue value is 33 (13.28% from 255 or 34.74% from 95); Max value from RGB is 35 - color contains mainly: green. Hex color #1B2321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2321 is #E4DCDE. Grayscale: #202020. Windows color (decimal): -14998751 or 2171675. OLE color: 2171675.

HSL color Cylindrical-coordinate representation of color #1B2321: hue angle of 165º degrees, saturation: 0.13, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #1B2321 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.86.

Color convert

RGB273533-
CMYK0.2300.060.86
HSL165º12.9%12.16%-
HSV(B)165º22.86%13.73%-
XYZ1.331.541.67-
YUV32.38128.35124.16-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 28.42%
GREEN value IS 35 (14.06% from 255) = 36.84%
BLUE value IS 33 (13.28% from 255) = 34.74%
R=28.42%
G=36.84%
B=34.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2735330.2300.060.8616512.912.16
Hex1B2321170656a5dc
Octal33434127061262451514
Binary1101110001110000110111011010101101010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,35,33); }

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

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

 a { background-color: rgb(27,35,33); }

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

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

 span { border-color: rgb(27,35,33); }

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