#1B342B

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

Shades of Racing Green #1B342B

Tints of Racing Green #1B342B

Color information

#1B342B (or 0x1B342B) is unknown color: approx Racing Green. HEX triplet: 1B, 34 and 2B. RGB value is (27,52,43). Sum of RGB (Red+Green+Blue) = 27+52+43=122 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.13% from 122); Green value is 52 (20.70% from 255 or 42.62% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 52 - color contains mainly: green. Hex color #1B342B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B342B is #E4CBD4. Grayscale: #2B2B2B. Windows color (decimal): -14994389 or 2831387. OLE color: 2831387.

HSL color Cylindrical-coordinate representation of color #1B342B: hue angle of 158.4º 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 #1B342B is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.80.

Color convert

RGB275243-
CMYK0.4800.170.80
HSL158.4º31.65%15.49%-
HSV(B)158.4º48.08%20.39%-
XYZ2.122.862.73-
YUV43.5127.72116.23-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 22.13%
GREEN value IS 52 (20.70% from 255) = 42.62%
BLUE value IS 43 (17.19% from 255) = 35.25%
R=22.13%
G=42.62%
B=35.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2752430.4800.170.80158.431.6515.49
Hex1B342B30011509e20f
Octal336453600211202364017
Binary110111101001010111100000100011010000100111101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B342B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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