#1B312E

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

Shades of Racing Green #1B312E

Tints of Racing Green #1B312E

Color information

#1B312E (or 0x1B312E) is unknown color: approx Racing Green. HEX triplet: 1B, 31 and 2E. RGB value is (27,49,46). Sum of RGB (Red+Green+Blue) = 27+49+46=122 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.13% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 46 (18.36% from 255 or 37.70% from 122); Max value from RGB is 49 - color contains mainly: green. Hex color #1B312E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B312E is #E4CED1. Grayscale: #2A2A2A. Windows color (decimal): -14995154 or 3027227. OLE color: 3027227.

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

Color convert

RGB274946-
CMYK0.4500.060.81
HSL171.82º28.95%14.9%-
HSV(B)171.82º44.9%19.22%-
XYZ2.042.632.98-
YUV42.08130.21117.24-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 22.13%
GREEN value IS 49 (19.53% from 255) = 40.16%
BLUE value IS 46 (18.36% from 255) = 37.70%
R=22.13%
G=40.16%
B=37.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2749460.4500.060.81171.8228.9514.9
Hex1B312E2D0651ac1df
Octal33615655061212543517
Binary110111100011011101011010110101000110101100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B312E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,49,46); }

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

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

 a { background-color: rgb(27,49,46); }

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

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

 span { border-color: rgb(27,49,46); }

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