#1B332C

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

Shades of Racing Green #1B332C

Tints of Racing Green #1B332C

Color information

#1B332C (or 0x1B332C) is unknown color: approx Racing Green. HEX triplet: 1B, 33 and 2C. RGB value is (27,51,44). Sum of RGB (Red+Green+Blue) = 27+51+44=122 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.13% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 44 (17.58% from 255 or 36.07% from 122); Max value from RGB is 51 - color contains mainly: green. Hex color #1B332C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B332C is #E4CCD3. Grayscale: #2B2B2B. Windows color (decimal): -14994644 or 2896667. OLE color: 2896667.

HSL color Cylindrical-coordinate representation of color #1B332C: hue angle of 162.5º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1B332C is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.8.

Color convert

RGB275144-
CMYK0.4700.140.8
HSL162.5º30.77%15.29%-
HSV(B)162.5º47.06%20%-
XYZ2.092.782.81-
YUV43.03128.55116.57-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 22.13%
GREEN value IS 51 (20.31% from 255) = 41.80%
BLUE value IS 44 (17.58% from 255) = 36.07%
R=22.13%
G=41.80%
B=36.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2751440.4700.140.8162.530.7715.29
Hex1B332C2F0E50a21ff
Octal336354570161202423717
Binary1101111001110110010111101110101000010100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,51,44); }

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

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

 a { background-color: rgb(27,51,44); }

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

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

 span { border-color: rgb(27,51,44); }

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