#0E322D

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

Shades of Racing Green #0E322D

Tints of Racing Green #0E322D

Color information

#0E322D (or 0x0E322D) is unknown color: approx Racing Green. HEX triplet: 0E, 32 and 2D. RGB value is (14,50,45). Sum of RGB (Red+Green+Blue) = 14+50+45=109 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.84% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 45 (17.97% from 255 or 41.28% from 109); Max value from RGB is 50 - color contains mainly: green. Hex color #0E322D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E322D is #F1CDD2. Grayscale: #262626. Windows color (decimal): -15846867 or 2961934. OLE color: 2961934.

HSL color Cylindrical-coordinate representation of color #0E322D: hue angle of 171.67º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0E322D is Cyan = 0.72, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.80.

Color convert

RGB145045-
CMYK0.7200.100.80
HSL171.67º56.25%12.55%-
HSV(B)171.67º72%19.61%-
XYZ1.82.562.88-
YUV38.67131.57110.41-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 12.84%
GREEN value IS 50 (19.92% from 255) = 45.87%
BLUE value IS 45 (17.97% from 255) = 41.28%
R=12.84%
G=45.87%
B=41.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1450450.7200.100.80171.6756.2512.55
HexE322D480A50ac38d
Octal1662551100121202547015
Binary11101100101011011001000010101010000101011001110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E322D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,50,45); }

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

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

 a { background-color: rgb(14,50,45); }

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

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

 span { border-color: rgb(14,50,45); }

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