#0D302B

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

Shades of Racing Green #0D302B

Tints of Racing Green #0D302B

Color information

#0D302B (or 0x0D302B) is unknown color: approx Racing Green. HEX triplet: 0D, 30 and 2B. RGB value is (13,48,43). Sum of RGB (Red+Green+Blue) = 13+48+43=104 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.5% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 43 (17.19% from 255 or 41.35% from 104); Max value from RGB is 48 - color contains mainly: green. Hex color #0D302B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D302B is #F2CFD4. Grayscale: #242424. Windows color (decimal): -15912917 or 2830349. OLE color: 2830349.

HSL color Cylindrical-coordinate representation of color #0D302B: hue angle of 171.43º degrees, saturation: 0.57, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D302B is Cyan = 0.73, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB134843-
CMYK0.7300.100.81
HSL171.43º57.38%11.96%-
HSV(B)171.43º72.92%18.82%-
XYZ1.662.372.66-
YUV36.96131.4110.91-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 12.5%
GREEN value IS 48 (19.14% from 255) = 46.15%
BLUE value IS 43 (17.19% from 255) = 41.35%
R=12.5%
G=46.15%
B=41.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1348430.7300.100.81171.4357.3811.96
HexD302B490A51ab39c
Octal1560531110121212537114
Binary11011100001010111001001010101010001101010111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D302B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,48,43); }

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

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

 a { background-color: rgb(13,48,43); }

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

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

 span { border-color: rgb(13,48,43); }

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