#1B3830

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

Shades of Racing Green #1B3830

Tints of Racing Green #1B3830

Color information

#1B3830 (or 0x1B3830) is unknown color: approx Racing Green. HEX triplet: 1B, 38 and 30. RGB value is (27,56,48). Sum of RGB (Red+Green+Blue) = 27+56+48=131 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.61% from 131); Green value is 56 (22.27% from 255 or 42.75% from 131); Blue value is 48 (19.14% from 255 or 36.64% from 131); Max value from RGB is 56 - color contains mainly: green. Hex color #1B3830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B3830 is #E4C7CF. Grayscale: #2E2E2E. Windows color (decimal): -14993360 or 3160091. OLE color: 3160091.

HSL color Cylindrical-coordinate representation of color #1B3830: hue angle of 163.45º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1B3830 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB275648-
CMYK0.5200.140.78
HSL163.45º34.94%16.27%-
HSV(B)163.45º51.79%21.96%-
XYZ2.43.273.3-
YUV46.42128.89114.15-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 20.61%
GREEN value IS 56 (22.27% from 255) = 42.75%
BLUE value IS 48 (19.14% from 255) = 36.64%
R=20.61%
G=42.75%
B=36.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2756480.5200.140.78163.4534.9416.27
Hex1B3830340E4Ea32310
Octal337060640161162434320
Binary110111110001100001101000111010011101010001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,56,48); }

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

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

 a { background-color: rgb(27,56,48); }

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

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

 span { border-color: rgb(27,56,48); }

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