#1B2320

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

Shades of Racing Green #1B2320

Tints of Racing Green #1B2320

Color information

#1B2320 (or 0x1B2320) is unknown color: approx Racing Green. HEX triplet: 1B, 23 and 20. RGB value is (27,35,32). Sum of RGB (Red+Green+Blue) = 27+35+32=94 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.72% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 32 (12.89% from 255 or 34.04% from 94); Max value from RGB is 35 - color contains mainly: green. Hex color #1B2320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2320 is #E4DCDF. Grayscale: #202020. Windows color (decimal): -14998752 or 2106139. OLE color: 2106139.

HSL color Cylindrical-coordinate representation of color #1B2320: hue angle of 157.5º 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 #1B2320 is Cyan = 0.23, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.86.

Color convert

RGB273532-
CMYK0.2300.090.86
HSL157.5º12.9%12.16%-
HSV(B)157.5º22.86%13.73%-
XYZ1.311.541.59-
YUV32.27127.85124.24-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 28.72%
GREEN value IS 35 (14.06% from 255) = 37.23%
BLUE value IS 32 (12.89% from 255) = 34.04%
R=28.72%
G=37.23%
B=34.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2735320.2300.090.86157.512.912.16
Hex1B23201709569ddc
Octal334340270111262351514
Binary11011100011100000101110100110101101001110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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