#0F332D

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

Shades of Racing Green #0F332D

Tints of Racing Green #0F332D

Color information

#0F332D (or 0x0F332D) is unknown color: approx Racing Green. HEX triplet: 0F, 33 and 2D. RGB value is (15,51,45). Sum of RGB (Red+Green+Blue) = 15+51+45=111 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.51% from 111); Green value is 51 (20.31% from 255 or 45.95% from 111); Blue value is 45 (17.97% from 255 or 40.54% from 111); Max value from RGB is 51 - color contains mainly: green. Hex color #0F332D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F332D is #F0CCD2. Grayscale: #272727. Windows color (decimal): -15781075 or 2962191. OLE color: 2962191.

HSL color Cylindrical-coordinate representation of color #0F332D: hue angle of 170º 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 #0F332D is Cyan = 0.71, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.8.

Color convert

RGB155145-
CMYK0.7100.120.8
HSL170º54.55%12.94%-
HSV(B)170º70.59%20%-
XYZ1.852.662.9-
YUV39.55131.07110.49-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.51%
GREEN value IS 51 (20.31% from 255) = 45.95%
BLUE value IS 45 (17.97% from 255) = 40.54%
R=13.51%
G=45.95%
B=40.54%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1551450.7100.120.817054.5512.94
HexF332D470C50aa37d
Octal1763551070141202526715
Binary11111100111011011000111011001010000101010101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F332D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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