#0D332D

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

Shades of Racing Green #0D332D

Tints of Racing Green #0D332D

Color information

#0D332D (or 0x0D332D) is unknown color: approx Racing Green. HEX triplet: 0D, 33 and 2D. RGB value is (13,51,45). Sum of RGB (Red+Green+Blue) = 13+51+45=109 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.93% from 109); Green value is 51 (20.31% from 255 or 46.79% from 109); Blue value is 45 (17.97% from 255 or 41.28% from 109); Max value from RGB is 51 - color contains mainly: green. Hex color #0D332D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D332D is #F2CCD2. Grayscale: #262626. Windows color (decimal): -15912147 or 2962189. OLE color: 2962189.

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

Color convert

RGB135145-
CMYK0.7500.120.8
HSL170.53º59.38%12.55%-
HSV(B)170.53º74.51%20%-
XYZ1.822.642.9-
YUV38.95131.41109.49-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.93%
GREEN value IS 51 (20.31% from 255) = 46.79%
BLUE value IS 45 (17.97% from 255) = 41.28%
R=11.93%
G=46.79%
B=41.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1351450.7500.120.8170.5359.3812.55
HexD332D4B0C50ab3bd
Octal1563551130141202537315
Binary11011100111011011001011011001010000101010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D332D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,51,45); }

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

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

 a { background-color: rgb(13,51,45); }

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

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

 span { border-color: rgb(13,51,45); }

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