#0F322B

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

Shades of Racing Green #0F322B

Tints of Racing Green #0F322B

Color information

#0F322B (or 0x0F322B) is unknown color: approx Racing Green. HEX triplet: 0F, 32 and 2B. RGB value is (15,50,43). Sum of RGB (Red+Green+Blue) = 15+50+43=108 (14% of max value = 765). Red value is 15 (6.25% from 255 or 13.89% from 108); Green value is 50 (19.92% from 255 or 46.30% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 50 - color contains mainly: green. Hex color #0F322B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F322B is #F0CDD4. Grayscale: #262626. Windows color (decimal): -15781333 or 2830863. OLE color: 2830863.

HSL color Cylindrical-coordinate representation of color #0F322B: hue angle of 168º degrees, saturation: 0.54, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0F322B is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.80.

Color convert

RGB155043-
CMYK0.7000.140.80
HSL168º53.85%12.75%-
HSV(B)168º70%19.61%-
XYZ1.772.562.69-
YUV38.74130.4111.07-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 13.89%
GREEN value IS 50 (19.92% from 255) = 46.30%
BLUE value IS 43 (17.19% from 255) = 39.81%
R=13.89%
G=46.30%
B=39.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1550430.7000.140.8016853.8512.75
HexF322B460E50a836d
Octal1762531060161202506615
Binary11111100101010111000110011101010000101010001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,50,43); }

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

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

 a { background-color: rgb(15,50,43); }

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

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

 span { border-color: rgb(15,50,43); }

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