#0D342E

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

Shades of Racing Green #0D342E

Tints of Racing Green #0D342E

Color information

#0D342E (or 0x0D342E) is unknown color: approx Racing Green. HEX triplet: 0D, 34 and 2E. RGB value is (13,52,46). Sum of RGB (Red+Green+Blue) = 13+52+46=111 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.71% from 111); Green value is 52 (20.70% from 255 or 46.85% from 111); Blue value is 46 (18.36% from 255 or 41.44% from 111); Max value from RGB is 52 - color contains mainly: green. Hex color #0D342E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D342E is #F2CBD1. Grayscale: #272727. Windows color (decimal): -15911890 or 3027981. OLE color: 3027981.

HSL color Cylindrical-coordinate representation of color #0D342E: hue angle of 170.77º degrees, saturation: 0.6, 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 #0D342E is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.80.

Color convert

RGB135246-
CMYK0.7500.120.80
HSL170.77º60%12.75%-
HSV(B)170.77º75%20.39%-
XYZ1.892.743.01-
YUV39.65131.58108.99-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 11.71%
GREEN value IS 52 (20.70% from 255) = 46.85%
BLUE value IS 46 (18.36% from 255) = 41.44%
R=11.71%
G=46.85%
B=41.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1352460.7500.120.80170.776012.75
HexD342E4B0C50ab3cd
Octal1564561130141202537415
Binary11011101001011101001011011001010000101010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D342E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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