#0F352D

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

Shades of Racing Green #0F352D

Tints of Racing Green #0F352D

Color information

#0F352D (or 0x0F352D) is unknown color: approx Racing Green. HEX triplet: 0F, 35 and 2D. RGB value is (15,53,45). Sum of RGB (Red+Green+Blue) = 15+53+45=113 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.27% from 113); Green value is 53 (21.09% from 255 or 46.90% from 113); Blue value is 45 (17.97% from 255 or 39.82% from 113); Max value from RGB is 53 - color contains mainly: green. Hex color #0F352D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F352D is #F0CAD2. Grayscale: #282828. Windows color (decimal): -15780563 or 2962703. OLE color: 2962703.

HSL color Cylindrical-coordinate representation of color #0F352D: hue angle of 167.37º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0F352D is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB155345-
CMYK0.7200.150.79
HSL167.37º55.88%13.33%-
HSV(B)167.37º71.7%20.78%-
XYZ1.942.842.93-
YUV40.73130.41109.65-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.27%
GREEN value IS 53 (21.09% from 255) = 46.90%
BLUE value IS 45 (17.97% from 255) = 39.82%
R=13.27%
G=46.90%
B=39.82%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1553450.7200.150.79167.3755.8813.33
HexF352D480F4Fa738d
Octal1765551100171172477015
Binary11111101011011011001000011111001111101001111110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F352D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,53,45); }

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

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

 a { background-color: rgb(15,53,45); }

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

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

 span { border-color: rgb(15,53,45); }

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