#1B322E

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

Shades of Racing Green #1B322E

Tints of Racing Green #1B322E

Color information

#1B322E (or 0x1B322E) is unknown color: approx Racing Green. HEX triplet: 1B, 32 and 2E. RGB value is (27,50,46). Sum of RGB (Red+Green+Blue) = 27+50+46=123 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.95% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 50 - color contains mainly: green. Hex color #1B322E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B322E is #E4CDD1. Grayscale: #2A2A2A. Windows color (decimal): -14994898 or 3027483. OLE color: 3027483.

HSL color Cylindrical-coordinate representation of color #1B322E: hue angle of 169.57º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1B322E is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB275046-
CMYK0.4600.080.80
HSL169.57º29.87%15.1%-
HSV(B)169.57º46%19.61%-
XYZ2.092.713-
YUV42.67129.88116.83-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 21.95%
GREEN value IS 50 (19.92% from 255) = 40.65%
BLUE value IS 46 (18.36% from 255) = 37.40%
R=21.95%
G=40.65%
B=37.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2750460.4600.080.80169.5729.8715.1
Hex1B322E2E0850aa1ef
Octal336256560101202523617
Binary1101111001010111010111001000101000010101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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