#1D362F

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

Shades of Racing Green #1D362F

Tints of Racing Green #1D362F

Color information

#1D362F (or 0x1D362F) is unknown color: approx Racing Green. HEX triplet: 1D, 36 and 2F. RGB value is (29,54,47). Sum of RGB (Red+Green+Blue) = 29+54+47=130 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.31% from 130); Green value is 54 (21.48% from 255 or 41.54% from 130); Blue value is 47 (18.75% from 255 or 36.15% from 130); Max value from RGB is 54 - color contains mainly: green. Hex color #1D362F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D362F is #E2C9D0. Grayscale: #2D2D2D. Windows color (decimal): -14862801 or 3094045. OLE color: 3094045.

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

Color convert

RGB295447-
CMYK0.4600.130.79
HSL163.2º30.12%16.27%-
HSV(B)163.2º46.3%21.18%-
XYZ2.343.13.17-
YUV45.73128.72116.07-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 22.31%
GREEN value IS 54 (21.48% from 255) = 41.54%
BLUE value IS 47 (18.75% from 255) = 36.15%
R=22.31%
G=41.54%
B=36.15%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2954470.4600.130.79163.230.1216.27
Hex1D362F2E0D4Fa31e10
Octal356657560151172433620
Binary11101110110101111101110011011001111101000111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D362F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,54,47); }

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

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

 a { background-color: rgb(29,54,47); }

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

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

 span { border-color: rgb(29,54,47); }

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