#0F2F2B

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

Shades of Racing Green #0F2F2B

Tints of Racing Green #0F2F2B

Color information

#0F2F2B (or 0x0F2F2B) is unknown color: approx Racing Green. HEX triplet: 0F, 2F and 2B. RGB value is (15,47,43). Sum of RGB (Red+Green+Blue) = 15+47+43=105 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.29% from 105); Green value is 47 (18.75% from 255 or 44.76% from 105); Blue value is 43 (17.19% from 255 or 40.95% from 105); Max value from RGB is 47 - color contains mainly: green. Hex color #0F2F2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2F2B is #F0D0D4. Grayscale: #242424. Windows color (decimal): -15782101 or 2830095. OLE color: 2830095.

HSL color Cylindrical-coordinate representation of color #0F2F2B: hue angle of 172.5º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0F2F2B is Cyan = 0.68, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.82.

Color convert

RGB154743-
CMYK0.6800.090.82
HSL172.5º51.61%12.16%-
HSV(B)172.5º68.09%18.43%-
XYZ1.652.312.64-
YUV36.98131.4112.33-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.29%
GREEN value IS 47 (18.75% from 255) = 44.76%
BLUE value IS 43 (17.19% from 255) = 40.95%
R=14.29%
G=44.76%
B=40.95%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1547430.6800.090.82172.551.6112.16
HexF2F2B440952ac34c
Octal1757531040111222546414
Binary11111011111010111000100010011010010101011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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