#0F332F

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

Shades of Racing Green #0F332F

Tints of Racing Green #0F332F

Color information

#0F332F (or 0x0F332F) is unknown color: approx Racing Green. HEX triplet: 0F, 33 and 2F. RGB value is (15,51,47). Sum of RGB (Red+Green+Blue) = 15+51+47=113 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.27% from 113); Green value is 51 (20.31% from 255 or 45.13% from 113); Blue value is 47 (18.75% from 255 or 41.59% from 113); Max value from RGB is 51 - color contains mainly: green. Hex color #0F332F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F332F is #F0CCD0. Grayscale: #272727. Windows color (decimal): -15781073 or 3093263. OLE color: 3093263.

HSL color Cylindrical-coordinate representation of color #0F332F: hue angle of 173.33º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F332F is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.8.

Color convert

RGB155147-
CMYK0.7100.080.8
HSL173.33º54.55%12.94%-
HSV(B)173.33º70.59%20%-
XYZ1.892.673.11-
YUV39.78132.07110.33-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.27%
GREEN value IS 51 (20.31% from 255) = 45.13%
BLUE value IS 47 (18.75% from 255) = 41.59%
R=13.27%
G=45.13%
B=41.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1551470.7100.080.8173.3354.5512.94
HexF332F470850ad37d
Octal1763571070101202556715
Binary11111100111011111000111010001010000101011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F332F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,51,47); }

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

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

 a { background-color: rgb(15,51,47); }

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

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

 span { border-color: rgb(15,51,47); }

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