#0D322E

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

Shades of Racing Green #0D322E

Tints of Racing Green #0D322E

Color information

#0D322E (or 0x0D322E) is unknown color: approx Racing Green. HEX triplet: 0D, 32 and 2E. RGB value is (13,50,46). Sum of RGB (Red+Green+Blue) = 13+50+46=109 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.93% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 50 - color contains mainly: green. Hex color #0D322E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D322E is #F2CDD1. Grayscale: #262626. Windows color (decimal): -15912402 or 3027469. OLE color: 3027469.

HSL color Cylindrical-coordinate representation of color #0D322E: hue angle of 173.51º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0D322E is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB135046-
CMYK0.7400.080.80
HSL173.51º58.73%12.35%-
HSV(B)173.51º74%19.61%-
XYZ1.82.562.98-
YUV38.48132.24109.83-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.93%
GREEN value IS 50 (19.92% from 255) = 45.87%
BLUE value IS 46 (18.36% from 255) = 42.20%
R=11.93%
G=45.87%
B=42.20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1350460.7400.080.80173.5158.7312.35
HexD322E4A0850ae3bc
Octal1562561120101202567314
Binary11011100101011101001010010001010000101011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D322E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D322E; }

 p { color: rgb(13,50,46); }

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

<style>
 a { background-color: #0D322E; }

 a { background-color: rgb(13,50,46); }

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

<style>
 span { border-color: #0D322E; }

 span { border-color: rgb(13,50,46); }

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