#0F362E

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

Shades of Racing Green #0F362E

Tints of Racing Green #0F362E

Color information

#0F362E (or 0x0F362E) is unknown color: approx Racing Green. HEX triplet: 0F, 36 and 2E. RGB value is (15,54,46). Sum of RGB (Red+Green+Blue) = 15+54+46=115 (15% of max value = 765). Red value is 15 (6.25% from 255 or 13.04% from 115); Green value is 54 (21.48% from 255 or 46.96% from 115); Blue value is 46 (18.36% from 255 or 40% from 115); Max value from RGB is 54 - color contains mainly: green. Hex color #0F362E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F362E is #F0C9D1. Grayscale: #292929. Windows color (decimal): -15780306 or 3028495. OLE color: 3028495.

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

Color convert

RGB155446-
CMYK0.7200.150.79
HSL167.69º56.52%13.53%-
HSV(B)167.69º72.22%21.18%-
XYZ2.012.943.05-
YUV41.43130.58109.15-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.04%
GREEN value IS 54 (21.48% from 255) = 46.96%
BLUE value IS 46 (18.36% from 255) = 40%
R=13.04%
G=46.96%
B=40%

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
Decimal1554460.7200.150.79167.6956.5213.53
HexF362E480F4Fa839e
Octal1766561100171172507116
Binary11111101101011101001000011111001111101010001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,54,46); }

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

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

 a { background-color: rgb(15,54,46); }

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

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

 span { border-color: rgb(15,54,46); }

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