#0F2421

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

Shades of Racing Green #0F2421

Tints of Racing Green #0F2421

Color information

#0F2421 (or 0x0F2421) is unknown color: approx Racing Green. HEX triplet: 0F, 24 and 21. RGB value is (15,36,33). Sum of RGB (Red+Green+Blue) = 15+36+33=84 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.86% from 84); Green value is 36 (14.45% from 255 or 42.86% from 84); Blue value is 33 (13.28% from 255 or 39.29% from 84); Max value from RGB is 36 - color contains mainly: green. Hex color #0F2421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2421 is #F0DBDE. Grayscale: #1D1D1D. Windows color (decimal): -15784927 or 2171919. OLE color: 2171919.

HSL color Cylindrical-coordinate representation of color #0F2421: hue angle of 171.43º degrees, saturation: 0.41, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0F2421 is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.86.

Color convert

RGB153633-
CMYK0.5800.080.86
HSL171.43º41.18%10%-
HSV(B)171.43º58.33%14.12%-
XYZ1.11.471.67-
YUV29.38130.04117.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 17.86%
GREEN value IS 36 (14.45% from 255) = 42.86%
BLUE value IS 33 (13.28% from 255) = 39.29%
R=17.86%
G=42.86%
B=39.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1536330.5800.080.86171.4341.1810
HexF24213A0856ab29a
Octal174441720101262535112
Binary1111100100100001111010010001010110101010111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,36,33); }

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

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

 a { background-color: rgb(15,36,33); }

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

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

 span { border-color: rgb(15,36,33); }

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