#1B362E

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

Shades of Racing Green #1B362E

Tints of Racing Green #1B362E

Color information

#1B362E (or 0x1B362E) is unknown color: approx Racing Green. HEX triplet: 1B, 36 and 2E. RGB value is (27,54,46). Sum of RGB (Red+Green+Blue) = 27+54+46=127 (16% of max value = 765). Red value is 27 (10.94% from 255 or 21.26% from 127); Green value is 54 (21.48% from 255 or 42.52% from 127); Blue value is 46 (18.36% from 255 or 36.22% from 127); Max value from RGB is 54 - color contains mainly: green. Hex color #1B362E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B362E is #E4C9D1. Grayscale: #2D2D2D. Windows color (decimal): -14993874 or 3028507. OLE color: 3028507.

HSL color Cylindrical-coordinate representation of color #1B362E: hue angle of 162.22º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1B362E is Cyan = 0.5, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB275446-
CMYK0.500.150.79
HSL162.22º33.33%15.88%-
HSV(B)162.22º50%21.18%-
XYZ2.263.073.06-
YUV45.02128.55115.15-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 21.26%
GREEN value IS 54 (21.48% from 255) = 42.52%
BLUE value IS 46 (18.36% from 255) = 36.22%
R=21.26%
G=42.52%
B=36.22%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2754460.500.150.79162.2233.3315.88
Hex1B362E320F4Fa22110
Octal336656620171172424120
Binary110111101101011101100100111110011111010001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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