#0F322A

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

Shades of Racing Green #0F322A

Tints of Racing Green #0F322A

Color information

#0F322A (or 0x0F322A) is unknown color: approx Racing Green. HEX triplet: 0F, 32 and 2A. RGB value is (15,50,42). Sum of RGB (Red+Green+Blue) = 15+50+42=107 (14% of max value = 765). Red value is 15 (6.25% from 255 or 14.02% from 107); Green value is 50 (19.92% from 255 or 46.73% from 107); Blue value is 42 (16.80% from 255 or 39.25% from 107); Max value from RGB is 50 - color contains mainly: green. Hex color #0F322A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F322A is #F0CDD5. Grayscale: #262626. Windows color (decimal): -15781334 or 2765327. OLE color: 2765327.

HSL color Cylindrical-coordinate representation of color #0F322A: hue angle of 166.29º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0F322A is Cyan = 0.70, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.80.

Color convert

RGB155042-
CMYK0.7000.160.80
HSL166.29º53.85%12.75%-
HSV(B)166.29º70%19.61%-
XYZ1.762.552.59-
YUV38.62129.9111.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.02%
GREEN value IS 50 (19.92% from 255) = 46.73%
BLUE value IS 42 (16.80% from 255) = 39.25%
R=14.02%
G=46.73%
B=39.25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1550420.7000.160.80166.2953.8512.75
HexF322A4601050a636d
Octal1762521060201202466615
Binary111111001010101010001100100001010000101001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F322A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,50,42); }

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

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

 a { background-color: rgb(15,50,42); }

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

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

 span { border-color: rgb(15,50,42); }

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