#0F302C

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

Shades of Racing Green #0F302C

Tints of Racing Green #0F302C

Color information

#0F302C (or 0x0F302C) is unknown color: approx Racing Green. HEX triplet: 0F, 30 and 2C. RGB value is (15,48,44). Sum of RGB (Red+Green+Blue) = 15+48+44=107 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.02% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 44 (17.58% from 255 or 41.12% from 107); Max value from RGB is 48 - color contains mainly: green. Hex color #0F302C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F302C is #F0CFD3. Grayscale: #252525. Windows color (decimal): -15781844 or 2895887. OLE color: 2895887.

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

Color convert

RGB154844-
CMYK0.6900.080.81
HSL172.73º52.38%12.35%-
HSV(B)172.73º68.75%18.82%-
XYZ1.712.42.76-
YUV37.68131.57111.83-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.02%
GREEN value IS 48 (19.14% from 255) = 44.86%
BLUE value IS 44 (17.58% from 255) = 41.12%
R=14.02%
G=44.86%
B=41.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1548440.6900.080.81172.7352.3812.35
HexF302C450851ad34c
Octal1760541050101212556414
Binary11111100001011001000101010001010001101011011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F302C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,48,44); }

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

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

 a { background-color: rgb(15,48,44); }

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

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

 span { border-color: rgb(15,48,44); }

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