#1B332E

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

Shades of Racing Green #1B332E

Tints of Racing Green #1B332E

Color information

#1B332E (or 0x1B332E) is unknown color: approx Racing Green. HEX triplet: 1B, 33 and 2E. RGB value is (27,51,46). Sum of RGB (Red+Green+Blue) = 27+51+46=124 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.77% from 124); Green value is 51 (20.31% from 255 or 41.13% from 124); Blue value is 46 (18.36% from 255 or 37.10% from 124); Max value from RGB is 51 - color contains mainly: green. Hex color #1B332E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B332E is #E4CCD1. Grayscale: #2B2B2B. Windows color (decimal): -14994642 or 3027739. OLE color: 3027739.

HSL color Cylindrical-coordinate representation of color #1B332E: hue angle of 167.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 #1B332E is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.8.

Color convert

RGB275146-
CMYK0.4700.100.8
HSL167.5º30.77%15.29%-
HSV(B)167.5º47.06%20%-
XYZ2.132.83.01-
YUV43.25129.55116.41-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 21.77%
GREEN value IS 51 (20.31% from 255) = 41.13%
BLUE value IS 46 (18.36% from 255) = 37.10%
R=21.77%
G=41.13%
B=37.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2751460.4700.100.8167.530.7715.29
Hex1B332E2F0A50a81ff
Octal336356570121202503717
Binary1101111001110111010111101010101000010101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B332E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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