#1B342C

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

Shades of Racing Green #1B342C

Tints of Racing Green #1B342C

Color information

#1B342C (or 0x1B342C) is unknown color: approx Racing Green. HEX triplet: 1B, 34 and 2C. RGB value is (27,52,44). Sum of RGB (Red+Green+Blue) = 27+52+44=123 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.95% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 52 - color contains mainly: green. Hex color #1B342C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B342C is #E4CBD3. Grayscale: #2B2B2B. Windows color (decimal): -14994388 or 2896923. OLE color: 2896923.

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

Color convert

RGB275244-
CMYK0.4800.150.80
HSL160.8º31.65%15.49%-
HSV(B)160.8º48.08%20.39%-
XYZ2.132.872.82-
YUV43.61128.22116.15-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 21.95%
GREEN value IS 52 (20.70% from 255) = 42.28%
BLUE value IS 44 (17.58% from 255) = 35.77%
R=21.95%
G=42.28%
B=35.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2752440.4800.150.80160.831.6515.49
Hex1B342C300F50a120f
Octal336454600171202414017
Binary11011110100101100110000011111010000101000011000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B342C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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