#0F2E29

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

Shades of Racing Green #0F2E29

Tints of Racing Green #0F2E29

Color information

#0F2E29 (or 0x0F2E29) is unknown color: approx Racing Green. HEX triplet: 0F, 2E and 29. RGB value is (15,46,41). Sum of RGB (Red+Green+Blue) = 15+46+41=102 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.71% from 102); Green value is 46 (18.36% from 255 or 45.10% from 102); Blue value is 41 (16.41% from 255 or 40.20% from 102); Max value from RGB is 46 - color contains mainly: green. Hex color #0F2E29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F2E29 is #F0D1D6. Grayscale: #242424. Windows color (decimal): -15782359 or 2698767. OLE color: 2698767.

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

Color convert

RGB154641-
CMYK0.6700.110.82
HSL170.32º50.82%11.96%-
HSV(B)170.32º67.39%18.04%-
XYZ1.572.222.44-
YUV36.16130.73112.91-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.71%
GREEN value IS 46 (18.36% from 255) = 45.10%
BLUE value IS 41 (16.41% from 255) = 40.20%
R=14.71%
G=45.10%
B=40.20%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1546410.6700.110.82170.3250.8211.96
HexF2E29430B52aa33c
Octal1756511030131222526314
Binary11111011101010011000011010111010010101010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F2E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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