#0F302A

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

Shades of Racing Green #0F302A

Tints of Racing Green #0F302A

Color information

#0F302A (or 0x0F302A) is unknown color: approx Racing Green. HEX triplet: 0F, 30 and 2A. RGB value is (15,48,42). Sum of RGB (Red+Green+Blue) = 15+48+42=105 (13% of max value = 765). Red value is 15 (6.25% from 255 or 14.29% from 105); Green value is 48 (19.14% from 255 or 45.71% from 105); Blue value is 42 (16.80% from 255 or 40% from 105); Max value from RGB is 48 - color contains mainly: green. Hex color #0F302A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0F302A is #F0CFD5. Grayscale: #252525. Windows color (decimal): -15781846 or 2764815. OLE color: 2764815.

HSL color Cylindrical-coordinate representation of color #0F302A: hue angle of 169.09º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0F302A is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.81.

Color convert

RGB154842-
CMYK0.6900.130.81
HSL169.09º52.38%12.35%-
HSV(B)169.09º68.75%18.82%-
XYZ1.672.382.56-
YUV37.45130.57111.99-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 14.29%
GREEN value IS 48 (19.14% from 255) = 45.71%
BLUE value IS 42 (16.80% from 255) = 40%
R=14.29%
G=45.71%
B=40%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1548420.6900.130.81169.0952.3812.35
HexF302A450D51a934c
Octal1760521050151212516414
Binary11111100001010101000101011011010001101010011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F302A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,48,42); }

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

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

 a { background-color: rgb(15,48,42); }

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

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

 span { border-color: rgb(15,48,42); }

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